Skip to end of metadata
Go to start of metadata

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

Compare with Current View Version History

« Previous Version 2 Next »

Purpose

This control can be configured to view the drug order details (prescription details) for a particular patient.



Sample Configuration


Add the configuration below in dashboard.json under sections to see it on the dashboard.


Sample Configuration
"treatmentsDetails": {
    "title":"Treatments Details",
    "translationKey" : "DASHBOARD_TITLE_TREATMENT_DETAIL",
    "type": "drugOrderDetails",
    "displayOrder": 3,
    "dashboardConfig": {
    "showOnlyActive":true,                     
    "drugConceptSet": "All TB Drugs",
    "showDetailsButton": true
   }
}
Key
Info
Mandatory
title

Indicates the title that will be displayed on the dashboard for the section

Y
typeThe name/id for the control that needs to be picked from the codeY
drugConceptSetDrug orders will be filtered upon the concepts specified as part of this concept set. If not specified, it will display all drug orders.N

dashboardConfig

Indicates the configuration for the dashboard

Y
showOnlyActiveSet this to "true" to display only active drug orders. If "false" or not configured anything will show all the drugsN
showDetailsButtonConfiguration to display audit information when arrow sign is clicked. If set to false, the arrow button will not be displayed.N


  • No labels