NINS_CODE/bahmniapps/common/concept-set/views/latestObs.html
travelershot 70dda814aa codepush
2024-12-12 22:37:39 +06:00

13 lines
474 B
HTML

<div>
<section class="block hierarchy" ng-show="observations.length > 0">
<ul class="form-field">
<show-observation observation="observation" patient="patient" ng-repeat="observation in observations" level="1"></show-observation>
</ul>
</section>
<section>
<div ng-show="observations.length == 0">
<div class="placeholder-message">{{ 'NO_OBS_FOUND_MESSAGE'|translate }}</div>
</div>
</section>
</div>