Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

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:

Code Block
languagejs
linenumberstrue
"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  the Configure Disposition Concepts

Tip
iconfalse
titleOn this Page

Table of Contents

Panel
titleColorwhite
titleBGColor#668D3C
titleFeature Details

Disposition Tab - Feature Guide