Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 20 Current »

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 OpenMRS configuration  

On this Page

  • No labels