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 5 Current »

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"]
    }
}

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
  • No labels