From 61990b5937b6e8b91effe13753534460c55d8cdf Mon Sep 17 00:00:00 2001 From: Rahul Ramesh <121226043+rahu1ramesh@users.noreply.github.com> Date: Tue, 30 Jul 2024 07:28:25 +0530 Subject: [PATCH] [Rahul] | BAH-4048 | Add. Allergies Display Control to the Patient Dashboard (#36) --- openmrs/apps/clinical/app.json | 8 ++++++++ openmrs/apps/clinical/dashboard.json | 4 ++++ 2 files changed, 12 insertions(+) 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,