Treatment Page Control

Treatment Page Control

Please refer to this page for further details



For Configuring display controls on treatment page follow the below steps:

  • Go to clinical dashboard.json

  • Add "sections": {} under drugOrder section

  • Add the required control configuration under sections.


    For example in order to configure Drug Order Details Control in treatment page. The config under drugOrder in clinical/dashboard.json will be as below

    "sections":{
      "treatmentsDetails": {
        "title":"Treatments Details",
        "translationKey" : "treatmentsDetails",
        "name": "drugOrderDetails",
        "displayOrder": 1,
        "displayType":"Full-Page",
        "dashboardConfig": {
                "drugNames":["Isoniazid","Paracetamol 500mg", "Sodium Thiosulphate Camical 500gm", "Isosorbide Mononitrate"],
                "showDetailsButton":true
         }
     }
    }

     

The Bahmni documentation is licensed under Creative Commons Attribution-ShareAlike 4.0 International (CC BY-SA 4.0)