NINS_CODE/bahmni_config/openmrs/apps/customDisplayControl/views/labInvestigation.html

5 lines
143 B
HTML
Raw Normal View History

2024-12-12 22:37:39 +06:00
<h2 class="section-title">{{$parent.config.title}}</h2>
<div ng-repeat="lab in investigationResults">
<span>{{lab.testName}}</span>
</div>