Skip to content

Commit bcdca88

Browse files
Update config-core-sdh-1dev.json (#45)
* Update config-core-sdh-1dev.json Remove mark patient deceased from patient actions menu and add deceased section to registration page * Update config-core-sdh-1dev.json * Update config-core-sdh-1dev.json * also other envts --------- Co-authored-by: Phillip Gorrindo <[email protected]>
1 parent 3987843 commit bcdca88

File tree

4 files changed

+43
-0
lines changed

4 files changed

+43
-0
lines changed

frontend/config-core-sdh-1dev.json

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -51,5 +51,15 @@
5151
"logo": {
5252
"name": "SDH-Dev"
5353
}
54+
},
55+
"@openmrs/esm-patient-banner-app": {
56+
"extensionSlots": {
57+
"patient-actions-slot": {
58+
"remove": ["mark-patient-deceased-button"]
59+
}
60+
}
61+
},
62+
"@openmrs/esm-patient-registration-app": {
63+
"sections": ["demographics", "contact", "relationships", "death"]
5464
}
5565
}

frontend/config-core-sdh-2test.json

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -40,6 +40,7 @@
4040
"implementationName": "SDH-test",
4141
"preferredCalendar": {
4242
"en": "gregory"
43+
}
4344
},
4445
"@openmrs/esm-login-app": {
4546
"logo": {
@@ -50,5 +51,15 @@
5051
"logo": {
5152
"name": "SDH-Test"
5253
}
54+
},
55+
"@openmrs/esm-patient-banner-app": {
56+
"extensionSlots": {
57+
"patient-actions-slot": {
58+
"remove": ["mark-patient-deceased-button"]
59+
}
60+
}
61+
},
62+
"@openmrs/esm-patient-registration-app": {
63+
"sections": ["demographics", "contact", "relationships", "death"]
5364
}
5465
}

frontend/config-core-sdh-3stage.json

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -40,6 +40,7 @@
4040
"implementationName": "SDH-stage",
4141
"preferredCalendar": {
4242
"en": "gregory"
43+
}
4344
},
4445
"@openmrs/esm-login-app": {
4546
"logo": {
@@ -50,5 +51,15 @@
5051
"logo": {
5152
"name": "SDH-Stage"
5253
}
54+
},
55+
"@openmrs/esm-patient-banner-app": {
56+
"extensionSlots": {
57+
"patient-actions-slot": {
58+
"remove": ["mark-patient-deceased-button"]
59+
}
60+
}
61+
},
62+
"@openmrs/esm-patient-registration-app": {
63+
"sections": ["demographics", "contact", "relationships", "death"]
5364
}
5465
}

frontend/config-core-sdh-4prod.json

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -40,6 +40,7 @@
4040
"implementationName": "SDH",
4141
"preferredCalendar": {
4242
"en": "gregory"
43+
}
4344
},
4445
"@openmrs/esm-login-app": {
4546
"logo": {
@@ -50,5 +51,15 @@
5051
"logo": {
5152
"src": "https://salcedodoctorshospital.org/assets/sdh-logo.png"
5253
}
54+
},
55+
"@openmrs/esm-patient-banner-app": {
56+
"extensionSlots": {
57+
"patient-actions-slot": {
58+
"remove": ["mark-patient-deceased-button"]
59+
}
60+
}
61+
},
62+
"@openmrs/esm-patient-registration-app": {
63+
"sections": ["demographics", "contact", "relationships", "death"]
5364
}
5465
}

0 commit comments

Comments
 (0)