Skip to end of metadata
Go to start of metadata

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

Compare with Current View Page History

« Previous Version 8 Next »

Purpose

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

Please read more about Chronic Treatment Chart

Screenshot


Configuration

Sample Config

Add to dashboard.json (under sections) for it to appear on the patient dashboard
"Chronic Treatment Chart": {
	"displayType": "Full-Page",
	"title": "Chronic Treatment Chart",
    "type": "chronicTreatmentChart",
    "dashboardConfig": {
    	"drugs": []
     },
     "expandedViewConfig": {
     	"drugs": []
     }
}

Key Field Table

KeyValueMandatory

type

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)No



  • No labels