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

8 lines
242 B
HTML
Raw Permalink Normal View History

2024-12-12 22:37:39 +06:00
<h2 class="section-title">{{config.title}}</h2>
<section class="dashboard-section">
<ul class="form-field">
<li ng-repeat="obsGroup in observations">
<span> {{obsGroup.value}} </span>
</li>
</ul>
</section>