NINS_CODE/bahmniapps/clinical/common/views/treatmentSectionPrint.html

4 lines
203 B
HTML
Raw Normal View History

2024-12-12 22:37:39 +06:00
<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>