BBahmni 한국어 매뉴얼검색
한국어 번역 완료
한국어English

Forms Display Control

Purpose

Screenshot

Screen Shot 2016-11-11 at 10.15.24 pm.png

Configuration

Sample Config

Add to clinical/dashboard.json for it to appear on the patient dashboard
"adverseEventsForms": {
	"type": "forms",
    "displayOrder": 6,
    "dashboardConfig": {
        "maximumNoOfVisits": 10
    },
    "formGroup":["Baseline","Treatment Initiation","Serious Adverse Events Template","Pregnancy Report Form Template"],
    "translationKey": "DASHBOARD_TITLE_BASELINE_FORMS",
    "hideEmptyDisplayControl": false
}

Key Field Table

KeyInfoMandatory
typeIndicates the display control.For Forms Control, value of type should be "forms"Y
maximumNoOfVisitsSpecifies the maximum number of visits for which to display dataN
dashboardConfigIndicates that all the configurations mentioned under this are for the patient dashboardY
displayOrderThe order in which the display control will be displayedN
translationKeyInternationalizes the display controlY
formGroupObservation templates that will be visible.N
hideEmptyDisplayControlHides the display control if no value is present for it when set to true, default value is set to falseN

Display only date without time

Purpose

This configuration is used to display just date with out time on Forms Display Control.

Sample Config

To be added in clinical, app.json under config section
"config" : {
"showFormsDate" : true
}

Key Field Table

KeyDescriptionNote
showFormsDateDetermines whether only date (without time) is to be displayed or notBy default both date and time are shown.If value is set to false, only date is shown

Table of Contents

관련 문서: Clinical Observation Controls

하위 문서

원문 정보

Bahmni Wiki · CC BY-SA 4.0

원문 보기 ↗