/
Configure Disposition Tab
Configure Disposition Tab
- Teresa Gracias
- Hanisha Potturi (Deactivated)
- Siddhartha Mohapatra
Owned by Teresa Gracias
Purpose and Benefits
Disposition Tab is used by the doctor to enter the status of the patient. It does not explicitly trigger a workflow, but instead can be used to determine if an action needs to be taken with respect to the disposition.
The Disposition tab in the patient dashboard
Steps
To configure Disposition Tab, place the below code in clincal/extension.json:
"disposition": { "id": "bahmni.clinical.consultation.disposition", "extensionPointId": "org.bahmni.clinical.consultation.board", "type": "link", "label": "Disposition", "translationKey":"DISPOSITION_BOARD_LABEL_KEY", "url": "disposition", "icon": "fa-user-md", "order": 3, "requiredPrivilege": "app:clinical:dispositionTab" },
Configure Disposition Concepts:
To configure disposition concepts in openmrs refer to the Configure Disposition Concepts
On this Page
Feature Details
Related pages
Capture Consultation Data
Capture Consultation Data
Read with this
Configure Consultation UI
Configure Consultation UI
Read with this
Configure Disposition Concepts
Configure Disposition Concepts
Read with this
Disposition Control
Disposition Control
Read with this
Getting Started Quickly with Bahmni on Docker
Getting Started Quickly with Bahmni on Docker
Read with this
The Bahmni documentation is licensed under Creative Commons Attribution-ShareAlike 4.0 International (CC BY-SA 4.0)