Versions Compared

Key

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

Purpose

Excerpt

Treatment/Drug Details Control can be configured to display all the the prescription or drug order details (for configured number of visits).

Screenshot


Configuration

Tip
titleWhere 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

Code Block
languagejs
titleAdd to dashboard.json (under sections) for it to appear on the patient dashboard
linenumberstrue
collapsetrue
"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
     }
   }
 }



Tip
titleOn this Page

Table of Contents


Panel
titleColorWhite
titleBGColor#1FA5A0
titleRelated Display Controls

Child pages (Children Display)
alltrue
pageMedication Controls