NINS_CODE/bahmniapps/common/displaycontrols/orders/views/allOrdersDetails.html

8 lines
428 B
HTML
Raw Normal View History

2024-12-12 22:37:39 +06:00
<div class="template-container">
<h6> {{ 'ALL_KEY' | translate }} {{::section | titleTranslate}}</h6>
<div class="concept-set-container">
<section id="orderControlSection" class="block observation dashboard-section">
<orders-control patient="::patient" order-type="section.orderType" config="::config" section="::section" is-on-dashboard="false"></orders-control>
</section>
</div>
</div>