Skip to content

Commit

Permalink
[Rahul] | BAH-4048 | Add. Allergies Display Control to the Patient Da…
Browse files Browse the repository at this point in the history
…shboard (#36)
  • Loading branch information
rahu1ramesh authored Jul 30, 2024
1 parent afd0904 commit 61990b5
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 0 deletions.
8 changes: 8 additions & 0 deletions openmrs/apps/clinical/app.json
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down
4 changes: 4 additions & 0 deletions openmrs/apps/clinical/dashboard.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,10 @@
"countyDistrict"
]
},
"allergies": {
"type":"allergies",
"displayOrder": 2
},
"forms-v2-react": {
"type": "formsV2React",
"displayOrder": 17,
Expand Down

0 comments on commit 61990b5

Please sign in to comment.