Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

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 --> sections to see it on the dashboard.

Sample Config

Code Block
languagejs
linenumberstrue
"labOrdersControl": {
 "orderType": "Lab Order",
 "type": "ordersControl",
 "title": "Lab Orders Display Control",
 "dashboardConfig": {   
    "conceptNames": ["Systolic", "Diastolic", "Posture", "Temperature"],
    "numberOfVisits": "4",
	"showHeader": true,
	"obsIgnoreList" : ["Supine"]
  } ,
 "expandedViewConfig": {
      "conceptNames": ["Systolic", "Diastolic", "Posture", "Temperature"],
	   "showHeader": true
  }
}

Key Field Table

KeyInfoMandatory
orderTypetype of the order you want to display (Required)Y
typethe name/id for the control that needs to be picked from the code. (Required)Y
titleindicates the title that will be displayed on the dashboard/visit page for the section. (Required)Y
conceptNamesSpecify the concept names of the concepts that need to be displayed in this section. (Required)Y
numberOfVisits

specifies the number of visits for which orders has to be displayed. (Optional)

N
dashboardConfigindicates the configuration for the dashboardY
expandedViewConfigIndicates the configuration for the details page (All Orders Page)N
showHeaderIf set to true, the headers will be displayed; otherwise the headers will be displayed only when observations are captured for the order . Default value : true .(Optional)N
obsIgnoreListSpecify the concept names whose observations can be ignored in this section (Optional)N

Orders Control on the Visit Page

The configuration of the visit page is the "visit.json" file that is under Clinical App. To configure the orders control on the visit page, add the following configuration:

Code Block
languagejs
linenumberstrue
"radiologyOrderControl": { "type": "order", "title": "Radiology Order Display Control", "config": { "title": "Radiology Order Display Control", "name": "ordersControl", "orderType": "Radiology Order", "conceptNames":["Systolic", "Diastolic", "Posture", "Temperature"] } }
Tip
titleOn this Page

Table of Contents

Panel
titleColorWhite
titleBGColor#1FA5A0
titleRelated Display Controls

Child pages (Children Display)
alltrue
pageLab and Radiology Controls