Radiology Control
Purpose
Radiology Control is used to list the Radiology Orders given to the patient for that particular visit.
Screenshot
Configuration
Sample Config
Add to clinical/visit.json for it to appear on the patient dashboard
"radiologyOrderControl": {
"type": "order",
"title": "Radiology Order Display Control",
"config": {
"title": "Radiology Order Display Control",
"name": "ordersControl",
"orderType": "Radiology Order",
"conceptNames":["Systolic", "Diastolic", "Posture", "Temperature"]
}
}Key Field Table
Key | Info | Mandatory |
|---|---|---|
title | Indicates the title that will be displayed on the dashboard for the section | Y |
type | The name/type of the display control that needs to be picked from the code | Y |
OrderType | Only the orders of this type will shown in the display control | Y |
ConceptNames | Concepts of observations to be chosen for display | N |