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

8 lines
283 B
HTML
Raw Normal View History

2024-12-12 22:37:39 +06:00
<h2 class="section-title">{{config.title}}</h2>
<div ng-if="otSurgicalNote">
<span style="font-weight: bold">OT Surgery Notes</span> : {{otSurgicalNote}}
</div>
<br>
<div ng-if="radiologyNote">
<span style="font-weight: bold">Radiology Notes</span> : {{radiologyNote}}
</div>