Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Comment: Removed collapsible due to Atlassian bug

Purpose

Excerpt

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

Screenshot


Drug Order Details control

Sample Configuration

NoteAdd the configuration below in 

Configuration

Sample Config


Code Block
languagejs
titleAdd to clinical/dashboard.json
 under sections to see it
for it to appear on the patient dashboard
.
Code Block
title
Sample Configuration
collapsetrue
"treatmentsDetails": {
    "title":"Treatments Details",
    "translationKey" : "DASHBOARD_TITLE_TREATMENT_DETAIL",
    "type": "drugOrderDetails",
    "displayOrder": 3,
    "dashboardConfig": {
    "showOnlyActive":true,                     
    "drugConceptSet": "All TB Drugs",
    "showDetailsButton": true
   }
}


Key Field Table

type should be "drugOrderDetails"

  • If "false" or not configured
anything
  • , will show all the drugs
Key
Info
Mandatory
title

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

Y
type

type of the section or control.

Warning
Y
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 patient dashboard

Y
showOnlyActive

Whether Determines if to display only active drug orders or not. Possible values are true or false.

  • Set this to "true" to display only active drug orders.
tip

Possible values are true or false.

N
showDetailsButtonConfiguration to display audit information when arrow sign is clicked. If set to false, the arrow button will not be displayed.N



Tip
titleOn this Page

Table of Contents


toc
Panel
titleColorwhiteWhite
titleBGColor#1FA5A0
titleOn this page
Related Display Controls

Child pages (Children Display)
alltrue
pageMedication Controls