NINS_CODE/bahmniapps/clinical/common/views/treatmentSectionPrint.html
travelershot 70dda814aa codepush
2024-12-12 22:37:39 +06:00

4 lines
203 B
HTML

<section class="block treatment-section" ng-show="drugOrders.length>0">
<h2 class="section-title">Treatment</h2>
<ng-include src="'common/views/treatmentTablePrint.html'"></ng-include>
</section>