Versions Compared
compared with
Key
- This line was added.
- This line was removed.
- Formatting was changed.
Comment:
Removed collapsible due to Atlassian bug
Purpose
Excerpt |
---|
It displays all the orders (for configured number of visits) and associated observations (scope latest always) their corresponding fulfillment details for an orderType configured. |
Note |
---|
ELIS results don't sync with this display control. It's only configured for order fulfillment flow within EMR. |
Screenshot
Configuration
Sample Config
Code Block | ||||||||
---|---|---|---|---|---|---|---|---|
| ||||||||
"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
Key | Info | Mandatory |
---|---|---|
orderType | type of the order you want to display (Required) | Y |
type | the name/id for the control that needs to be picked from the code. (Required) | Y |
title | indicates the title that will be displayed on the dashboard/visit page for the section. (Required) | Y |
conceptNames | Specify 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 |
dashboardConfig | indicates the configuration for the dashboard | Y |
expandedViewConfig | Indicates the configuration for the details page (All Orders Page) | N |
showHeader | If 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 |
obsIgnoreList | Specify the concept names whose observations can be ignored in this section (Optional) | N |
Tip | ||
---|---|---|
| ||
|
Panel | ||||||
---|---|---|---|---|---|---|
| ||||||
|