Treatment Details Control

Purpose

Treatment/Drug Details Control can be configured to display all the the prescription or drug order details (for configured number of visits).

Screenshot


Configuration

Where to Configure ?

Add to clinical/dashboard.json for it to appear on the patient dashboard or Add to clinical/visit.json for it to appear on the visit dashboard.

Sample Config

Add to dashboard.json (under sections) for it to appear on the patient dashboard
"sections":{ 
  "treatmentsDetails": {
    "title":"Treatments Details",
    "translationKey" : "treatmentsDetails",
    "name": "drugOrderDetails",
    "displayOrder": 1,
    "displayType":"Full-Page",
    "dashboardParams": {
            "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)