You are viewing an old version of this page. View the current version.
Compare with Current View Page History
Version 1 Current »
Treatment/Drug Details Control can be configured to display all the the prescription or drug order details (for configured number of visits).
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.
"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 } } }
On this Page