jess
(jess tambo)
February 9, 2023, 1:37pm
1
Hi i would like to remove the 2 Forms “History and Examination” and “Vitals”, they are displayed by default when i delete them after refreshing they still appear. Any idea on how to remove them, need help.
Thank you
binduak
(Himabindu Akkinepalli)
February 15, 2023, 12:59pm
2
@jess you can remove the configuration from /var/www/bahmni_config/openmrs/apps/clinical/extension.json file in the env
"bahmniClinicalConceptSetGroupObservationsHistory": {
"id": "bahmni.clinical.conceptSetGroup.observations.history",
"extensionPointId": "org.bahmni.clinical.conceptSetGroup.observations",
"type": "config",
"extensionParams": {
"conceptName": "History and Examination",
"default": true
},
"order": 1,
"requiredPrivilege": "app:clinical:history"
},
"bahmniClinicalConceptSetGroupObservationsVitals": {
"id": "bahmni.clinical.conceptSetGroup.observations.vitals",
"extensionPointId": "org.bahmni.clinical.conceptSetGroup.observations",
"type": "config",
"extensionParams": {
"default": true,
"conceptName": "Vitals"
},
"order": 2,
This file has been truncated. show original