Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 8 Current »

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
           }


Key Field Table

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

Indicates the type of the control

type should be "programs"

Y
displayOrderThe order in which the display control will be displayedN

On this Page

  • No labels