Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -6,13 +6,6 @@
]
}
},
"@ugandaemr/esm-hiv-app": {
"Display conditions": {
"privileges": [
"Manage HIV"
]
}
},
"@openmrs/esm-laboratory-app": {
"Display conditions": {
"privileges": [
Expand All @@ -27,48 +20,6 @@
]
}
},
"@ugandaemr/esm-bed-management-app": {
"Display conditions": {
"privileges": [
"Manage Inpatient"
]
}
},
"@ugandaemr/esm-tb-app": {
"Display conditions": {
"privileges": [
"Manage TB"
]
}
},
"@ugandaemr/esm-radiology-app": {
"Display conditions": {
"privileges": [
"Manage Radiology"
]
}
},
"@ugandaemr/esm-theatre-app": {
"Display conditions": {
"privileges": [
"Manage Theatre"
]
}
},
"@ugandaemr/esm-inpatient-app": {
"Display conditions": {
"privileges": [
"Manage IPD"
]
}
},
"@ugandaemr/esm-family-health-app": {
"Display conditions": {
"privileges": [
"Manage Family"
]
}
},
"@openmrs/esm-appointments-app": {
"Display conditions": {
"privileges": [
Expand Down Expand Up @@ -860,5 +811,20 @@
},
"medicationRequestExpirationPeriodInDays": 1,
"enableStockDispense": false
},
"@ugandaemr/esm-patient-queues-app":{
"extensionSlots": {
"upcoming-appointment-slot":{
"configure": {
"patient-upcoming-appointment-widget": {
"Display conditions": {
"privileges": [
"View Upcoming Appointment"
]
}
}
}
}
}
}
}
Original file line number Diff line number Diff line change
Expand Up @@ -6,13 +6,6 @@
]
}
},
"@ugandaemr/esm-hiv-app": {
"Display conditions": {
"privileges": [
"Manage HIV"
]
}
},
"@openmrs/esm-laboratory-app": {
"Display conditions": {
"privileges": [
Expand All @@ -27,48 +20,6 @@
]
}
},
"@ugandaemr/esm-bed-management-app": {
"Display conditions": {
"privileges": [
"Manage Inpatient"
]
}
},
"@ugandaemr/esm-tb-app": {
"Display conditions": {
"privileges": [
"Manage TB"
]
}
},
"@ugandaemr/esm-radiology-app": {
"Display conditions": {
"privileges": [
"Manage Radiology"
]
}
},
"@ugandaemr/esm-theatre-app": {
"Display conditions": {
"privileges": [
"Manage Theatre"
]
}
},
"@ugandaemr/esm-inpatient-app": {
"Display conditions": {
"privileges": [
"Manage IPD"
]
}
},
"@ugandaemr/esm-family-health-app": {
"Display conditions": {
"privileges": [
"Manage Family"
]
}
},
"@openmrs/esm-appointments-app": {
"Display conditions": {
"privileges": [
Expand Down Expand Up @@ -879,5 +830,20 @@
"allowModifyingPrescription": false
},
"medicationRequestExpirationPeriodInDays": 1
},
"@ugandaemr/esm-patient-queues-app":{
"extensionSlots": {
"upcoming-appointment-slot":{
"configure": {
"patient-upcoming-appointment-widget": {
"Display conditions": {
"privileges": [
"View Upcoming Appointment"
]
}
}
}
}
}
}
}
}
Loading