/
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
         }
     }
    }

     

    KeyValue
    sectionscontains all the controls to be displayed

Related content

Treatment Display Control
Treatment Display Control
More like this
Drug Order / Treatment Details Control
Drug Order / Treatment Details Control
More like this
Treatment Details Control
Treatment Details Control
More like this
Chronic Treatment Chart Control
Chronic Treatment Chart Control
More like this
Forms Display Control
Forms Display Control
More like this
Binding Drug Frequency with Treatment Chart
Binding Drug Frequency with Treatment Chart
More like this

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