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

KeyInfoMandatory
titleIndicates the title that will be displayed on the dashboard for the sectionY
typeThe name/type of the display control that needs to be picked from the codeY
OrderTypeOnly the orders of this type will shown in the display controlY
ConceptNamesConcepts of observations to be chosen for displayN

The Bahmni documentation is licensed under Creative Commons Attribution-ShareAlike 4.0 International (CC BY-SA 4.0)