/
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
}
}
}Key Value sections contains all the controls to be displayed
, multiple selections available,
Related content
Configure Medication Tab
Configure Medication Tab
More like this
Observation Control
Observation Control
More like this
Medication Administration And Non Medication Tasks
Medication Administration And Non Medication Tasks
More like this
Flowsheet Control
Flowsheet Control
More like this
Lab Order Control
Lab Order Control
More like this
New Forms React Display Control
New Forms React Display Control
More like this
The Bahmni documentation is licensed under Creative Commons Attribution-ShareAlike 4.0 International (CC BY-SA 4.0)