Skip to content

Commit

Permalink
[Rahul] | BAH-4059 | Refactor. Get IPD Dashboard Config from ipdDashb…
Browse files Browse the repository at this point in the history
…oard (#39)
  • Loading branch information
rahu1ramesh authored Aug 1, 2024
1 parent 8cb836b commit 954f4fc
Show file tree
Hide file tree
Showing 2 changed files with 55 additions and 55 deletions.
55 changes: 0 additions & 55 deletions openmrs/apps/clinical/app.json
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,6 @@
"enableLabOrderOptions":["Urgent", "NeedsPrint"],
"allMedicinesInPrescriptionAvailableForIPD": true,
"enableIPDFeature": true,
"enable24HourTimers": true,
"allergyControlConceptIdMap": {
"medicationAllergenUuid": "162552AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA",
"foodAllergenUuid": "162553AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA",
Expand All @@ -37,60 +36,6 @@
"allergySeverityUuid": "160223AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA"
},
"showTextAsAbnormal": false,
"drugChartScheduleFrequencies": [
{
"name": "Twice a day / Every 12 hours",
"frequencyPerDay": 2,
"scheduleTiming": [
"6:00",
"18:00"
]
},
{
"name": "Three times a day / Every 8 hours",
"frequencyPerDay": 3,
"scheduleTiming": [
"6:00",
"14:00",
"22:00"
]
},
{
"name": "Four times a day / Every 6 hours",
"frequencyPerDay": 4,
"scheduleTiming": [
"6:00",
"12:00",
"18:00",
"23:45"
]
}
],
"drugChartStartTimeFrequencies": [
"Immediately",
"Once a day",
"Twice a day",
"Thrice a day",
"Four times a day",
"Every Hour",
"Every 2 hours",
"Every 3 hours",
"Every 4 hours",
"Every 6 hours",
"Every 8 hours",
"Every 12 hours",
"On alternate days",
"Once a week",
"Twice a week",
"Thrice a week",
"Every 2 weeks",
"Every 3 weeks",
"Once a month",
"Five times a day",
"Four days a week",
"Five days a week",
"Six days a week"
],
"quickPrints":false,
"allowAdhocTeleConsultation": false,
"teleConsultationDomain": "meet.jit.si",
Expand Down
55 changes: 55 additions & 0 deletions openmrs/apps/ipdDashboard/app.json
Original file line number Diff line number Diff line change
@@ -1,4 +1,59 @@
{
"config": {
"contactDetails": ["phoneNumber"],
"enable24HourTimers": true,
"drugChartScheduleFrequencies": [
{
"name": "Twice a day",
"frequencyPerDay": 2,
"scheduleTiming": [
"6:00",
"18:00"
]
},
{
"name": "Three times a day",
"frequencyPerDay": 3,
"scheduleTiming": [
"6:00",
"14:00",
"22:00"
]
},
{
"name": "Four times a day",
"frequencyPerDay": 4,
"scheduleTiming": [
"6:00",
"12:00",
"18:00",
"23:45"
]
}
],
"drugChartStartTimeFrequencies": [
"Immediately",
"Once a day",
"Every Hour",
"Every 2 hours",
"Every 3 hours",
"Every 4 hours",
"Every 6 hours",
"Every 8 hours",
"Every 12 hours",
"On alternate days",
"Once a week",
"Twice a week",
"Thrice a week",
"Every 2 weeks",
"Every 3 weeks",
"Once a month",
"Five times a day",
"Four days a week",
"Five days a week",
"Six days a week"
]
},
"sections": [
{
"title": "Vitals and Nutritional Values",
Expand Down

0 comments on commit 954f4fc

Please sign in to comment.