Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

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.

Warning

This control cant be configured on Visit dashboard.

Screenshot

ConfigurationSample Configuration

Please find the sample configuration below.

Tip
titlewhere to configure

Please add the section (similar to below code snippet) on clinical/dashboard.json for displaying on patient dashboard

Code Block
languagejs
titleSample Configuration
collapsetrue
"programs": {
               "title":"Programs",
               "translationKey": "DASHBOARD_TITLE_PROGRAMS_KEY",
               "type": "programs",
               "displayOrder": 5
           }


Details of the configurable fields

Key
Information
Mandatory
titleThe title to be shown in the display controlN
translationKeyInternationalizes the display controlY
type

Indicates the type of the control

Warning

For this control, value of type should be programs

Y
displayOrderThe order in which the display control will be displayedN
Panel
titleColorwhite
titleBGColor#1FA5A0
titleOn this page

Table of Contents

Panel
titleColorWhite
titleBGColor#1FA5A0
titleRelated Links

Display Controls