Programs Display Control

Programs Display Control

Purpose

A patient can be enrolled into one or more programs such as TB, Malaria, HIV, ANC, etc. The programs display control will show all the list of active and inactive programs for a patient.This control cannot be configured on Visit dashboard.

Screenshot

Configuration

Sample Configuration

Add to clinical/dashboard.json for it to appear on the patient dashboard
"programs": { "title":"Programs", "translationKey": "DASHBOARD_TITLE_PROGRAMS_KEY", "type": "programs", "displayOrder": 5, "hideEmptyDisplayControl": false }

 

Key Field Table

Key

Information

Mandatory

Key

Information

Mandatory

title

The title to be shown in the display control

N

translationKey

Internationalizes the display control

Y

type

Indicates the type of the control

type should be "programs"

Y

displayOrder

The order in which the display control will be displayed

N

hideEmptyDisplayControl

Hides the display control if there are no recorded values present for it when set to true, default value is set to false

N

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