/
Display Controls Configuration (Obsolete) Refer to https://bahmni.atlassian.net/wiki/display/BAH/Display+Controls

Display Controls Configuration (Obsolete) Refer to https://bahmni.atlassian.net/wiki/display/BAH/Display+Controls


THIS IS AN ARCHIVED PAGE, AND ONLY AVAILABLE FOR HISTORIAL REFERENCE PURPOSES. THE LATEST DOCUMENTATION ON DISPLAY CONTROLS IS AVAILABLE HERE: Display Controls



A display control is a widget that displays a specific medical domain object. It takes in configuration that specifies the context (patient, visit etc) and other parameters (display specific feature toggles), retrieves relevant data on its own and displays it where it is placed on the application.

This page lists down currently existing display controls, places where they can currently be configured to be used and the configuration details. 


Jump to one of the sections:


 Specify one or two column layout

We can specify one or two column layout for display controls. Options can be "Full-Page" and "Half-Page", with "Half-Page" being the default. When the "Full-Page" layout is specified for a display control it should appear on the top of the dashboard.

Sample

"sections": {
"diagnosis": {
"title": "Diagnosis",
"name": "diagnosis",
"showCertainty": true,
"showOrder": true,
"displayType": "Full-Page"
},
"disposition": {
"title": "Disposition",