NINS_CODE/bahmniapps/common/displaycontrols/prescription/views/prescription.html

7 lines
328 B
HTML
Raw Normal View History

2024-12-12 22:37:39 +06:00
<link rel="stylesheet" href="../styles/clinicalPrint.73dd9f45.css"/>
<div class="print-wrapper prescription-print">
<ng-include src="'common/views/patientInfoPrint.html'"></ng-include>
<section bindonce="drugOrders">
<ng-include src="'common/views/treatmentSectionPrint.html'"></ng-include>
</section>
</div>