NINS_CODE/bahmni_config/openmrs/apps/customDisplayControl/views/labInvestigation.html
travelershot 70dda814aa codepush
2024-12-12 22:37:39 +06:00

5 lines
143 B
HTML

<h2 class="section-title">{{$parent.config.title}}</h2>
<div ng-repeat="lab in investigationResults">
<span>{{lab.testName}}</span>
</div>