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

양식 표시 제어

목적

화면 예시

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

구성

구성 예시

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
}

주요 필드 표

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

시간 없이 날짜만 표시

목적

Forms Display Control에서 시간 없이 날짜만 표시하는 구성입니다.

구성 예시

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

주요 필드 표

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

목차

관련 문서: 임상 관찰 컨트롤

하위 문서

원문 정보

Bahmni Wiki · CC BY-SA 4.0

원문 보기 ↗