You are viewing an old version of this content. View the current version.
Compare with Current View Version History
« Previous Version 8 Next »
This control can be configured to view the drug order details (prescription details) for a particular patient.
Where to Configure
Add the configuration below in "dashboard.json" file under sections that is under the Clinical App, to see it on the dashboard.
"treatmentsDetails": { "title":"Treatments Details", "translationKey" : "DASHBOARD_TITLE_TREATMENT_DETAIL", "type": "drugOrderDetails", "displayOrder": 3, "dashboardConfig": { "showOnlyActive":true, "drugConceptSet": "All TB Drugs", "showDetailsButton": true } }
Indicates the title that will be displayed on the dashboard for the section
type of the section or control.
type should be "drugOrderDetails"
dashboardConfig
Indicates the configuration for the patient dashboard
Whether to display only active drug orders or not. Set this to "true" to display only active drug orders.
Possible values are true or false.
If "false" or not configured anything will show all the drugs
On this Page