diff --git a/openmrs/apps/clinical/app.json b/openmrs/apps/clinical/app.json index 43e9a8826..58e39742b 100644 --- a/openmrs/apps/clinical/app.json +++ b/openmrs/apps/clinical/app.json @@ -29,6 +29,14 @@ "allMedicinesInPrescriptionAvailableForIPD": true, "enableIPDFeature": true, "enable24HourTimers": true, + "allergyControlConceptIdMap": { + "medicationAllergenUuid": "162552AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + "foodAllergenUuid": "162553AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + "environmentalAllergenUuid": "162554AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + "allergyReactionUuid": "162555AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + "allergySeverityUuid": "160223AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA" + }, + "showTextAsAbnormal": false, "drugChartScheduleFrequencies": [ { "name": "Twice a day / Every 12 hours", diff --git a/openmrs/apps/clinical/dashboard.json b/openmrs/apps/clinical/dashboard.json index 5485a9026..5b81de70e 100644 --- a/openmrs/apps/clinical/dashboard.json +++ b/openmrs/apps/clinical/dashboard.json @@ -18,6 +18,10 @@ "countyDistrict" ] }, + "allergies": { + "type":"allergies", + "displayOrder": 2 + }, "forms-v2-react": { "type": "formsV2React", "displayOrder": 17,