Versions Compared

Key

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

Purpose

and Benefit

Excerpt

It displays all the orders (for configured number of visits) and associated observations (scope latest always) for an orderType configured.

Screenshot

Tip
titleWhere to Configure

Add the configuration below in "dashboard.json" file that is under the Clinical App, to see it on the dashboard.

Image Removed

Sample Config

js
Code Block
language

The drugogram or the chronic treatment chart is a display that shows the current drug regimen of a patient enrolled into a treatment which involves a varying set of drugs over the course of the treatment.


Info

Please read more about Chronic Treatment Chart

Screenshot


Image Added

Configuration

Sample Config

Code Block
languagejs
titleAdd to clinical/dashboard.json for it to appear on the patient dashboard
linenumberstrue
"Chronic Treatment Chart": {
	"displayType": "Full-Page",
	"title": "Chronic Treatment Chart",
    "type": "chronicTreatmentChart",
    "dashboardConfig": {
    	"drugs": []
     },
     "expandedViewConfig": {
     	"drugs": []
     }
}

Key Field Table

KeyValue
Required
Mandatory

type

chronicTreatmentChart (If you configure the name with chronicTreatmentChart, it will show the chronicTreatmentChart display control)

trueDrugs

type of the section or control.

type should be "chronicTreatmentChart"

Yes

drugs

drugs concept name which you want to show. (If you don't specify drugs in the config, it shows all the drugs which the patient is currently on)
optional
InfoPlease read more about Chronic Treatment Chart
No




Tip
titleOn this Page

Table of Contents


Panel
titleColorWhite
titleBGColor#1FA5A0
titleRelated Display Controls

Child pages (Children Display)
alltrue
pageMedication Controls