8 lines
428 B
HTML
8 lines
428 B
HTML
<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> |