Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

Version 1 Current »

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
     }
   }
 }
  • No labels