Skip to content

Commit

Permalink
(enhc) Updated the dev-config to have orders,immunization,attachment (#…
Browse files Browse the repository at this point in the history
  • Loading branch information
donaldkibet authored Aug 30, 2023
1 parent 5b7f086 commit 6dbcf1a
Show file tree
Hide file tree
Showing 2 changed files with 18 additions and 10 deletions.
7 changes: 6 additions & 1 deletion configuration/dev-build-config.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,12 @@
"@kenyaemr/esm-login-app": "latest",
"@kenyaemr/esm-patient-flags-app": "next",
"@kenyaemr/esm-version-app": "next",
"@kenyaemr/esm-care-panel-app": "next"
"@kenyaemr/esm-care-panel-app": "next",
"@openmrs/esm-patient-orders-app":"next",
"@openmrs/esm-patient-immunizations-app":"next",
"@openmrs/esm-patient-attachments-app":"next",
"@openmrs/esm-patient-medications-app":"next",
"@openmrs/esm-patient-test-results-app":"next"
},
"spaPath": "/openmrs/spa",
"apiUrl": "/openmrs",
Expand Down
21 changes: 12 additions & 9 deletions configuration/dev-config.json
Original file line number Diff line number Diff line change
Expand Up @@ -40,18 +40,12 @@
},
"patient-chart-dashboard-slot": {
"remove": [
"medications-summary-dashboard",
"attachments-results-summary-dashboard",
"clinical-view-summary-dashboard",
"offline-tools-patient-chart-actions-dashboard-link",
"immunization-summary-dashboard",
"programs-summary-dashboard",
"encounters-summary-dashboard"
"offline-tools-patient-chart-actions-dashboard-link"

]
}
},
"startVisitLabel": "CheckIn",
"endVisitLabel": "CheckOut",
"showServiceQueueFields": true,
"showUpcomingAppointments": true,
"visitQueueNumberAttributeUuid": "c61ce16f-272a-41e7-9924-4c555d0932c5",
Expand Down Expand Up @@ -405,7 +399,10 @@
{
"conceptUuid": "5497AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA"
}
]
],
"orders": {
"careSettingUuid": "6f0c9a92-6f24-11e3-af88-005056821db0"
}
},
"@openmrs/esm-patient-banner-app": {
"useCustomAddressLabel": {
Expand All @@ -421,5 +418,11 @@
"address2": "Landmark"
}
}
},
"@openmrs/esm-patient-medications-app": {
"careSettingUuid": "6f0c9a92-6f24-11e3-af88-005056821db0"
},
"@openmrs/esm-patient-orders-app": {
"orderEncounterType": "7df67b83-1b84-4fe2-b1b7-794b4e9bfcc3"
}
}

0 comments on commit 6dbcf1a

Please sign in to comment.