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

11 lines
356 B
HTML
Raw Permalink Normal View History

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