Skip to content

Commit

Permalink
Merge pull request #676 from Bahmni/bug-drug-chart-switch-to-consulta…
Browse files Browse the repository at this point in the history
…tion
  • Loading branch information
tanyaa-tw authored Aug 22, 2023
2 parents 1eb6511 + 1acae14 commit 29fb41a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions ui/app/clinical/dashboard/views/dashboard.html
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,6 @@
disease-templates="diseaseTemplates" section-groups="sectionGroups" visit-history="visitHistory"
active-visit-uuid="visitHistory.activeVisit.uuid" visit-summary="visitSummary" enrollment="enrollment">
</dashboard>
<mfe-ipd-dashboard ng-if="loadIPD" style="margin: 45px auto 0; display: block;" host-data="ipdDashboard.hostData" host-api="ipdDashboard.hostApi"></mfe-ipd-dashboard>
<mfe-ipd-dashboard ng-if="loadIPD && stateChange()" style="margin: 45px auto 0; display: block;" host-data="ipdDashboard.hostData" host-api="ipdDashboard.hostApi"></mfe-ipd-dashboard>
<mfe-next-ui-patient-alergies-control ng-if="loadAllergies" style="display: block;" host-data="alergyData" host-api="alergyApi"></mfe-next-ui-patient-alergies-control>
<div ng-show ="!loadIPD && !stateChange()" ui-view="consultation-content" class="consultation-content"></div>
<div ng-show ="!stateChange()" ui-view="consultation-content" class="consultation-content"></div>

0 comments on commit 29fb41a

Please sign in to comment.