Bacteriology Results Control

Purpose

Bacteriology results control is used to list the bacteriology samples and the corresponding results captured against those samples (for a particular patient)

Screenshot

Configuration

Sample Config

Add to clinical/dashboard.json for it to appear on the patient dashboard
"bacteriologyResults": {
    "translationKey": "DASHBOARD_TITLE_BACTERIOLOGY_RESULTS_KEY",
    "type": "bacteriologyResultsControl",
    "displayOrder": 4,
    "dashboardConfig": {
        "conceptNames": ["BACTERIOLOGY CONCEPT SET"]
    },
    "hideEmptyDisplayControl": false
}

Key Field Table

KeyInfoMandatory
title

Indicates the title that will be displayed on the dashboard for the section

Y
typeThe name/type of the display control that needs to be picked from the codeY
dashboardConfig

Indicates the configuration for the dashboard

Y
conceptNamesConcepts of observations to be chosen for displayN
displayOrderRelative position of the display control with respect to other display controls on the patient dashboard.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)