NINS_CODE/bahmniapps/clinical/dashboard/views/dashboardSections/allVisits.html

8 lines
310 B
HTML
Raw Normal View History

2024-12-12 22:37:39 +06:00
<div class="template-container">
<h6>{{'ALL_KEY' | translate}} {{params | titleTranslate}}</h6>
<div class="concept-set-container">
<section class="block dashboard-section">
<visits-table params="params" patient-uuid="patientUuid"></visits-table>
</section>
</div>
</div>