양식 표시 제어
목적
화면 예시

구성
구성 예시
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 | Info | Mandatory |
|---|---|---|
| type | Indicates the display control.For Forms Control, value of type should be "forms" | Y |
| maximumNoOfVisits | Specifies the maximum number of visits for which to display data | N |
| dashboardConfig | Indicates that all the configurations mentioned under this are for the patient dashboard | Y |
| displayOrder | The order in which the display control will be displayed | N |
| translationKey | Internationalizes the display control | Y |
| formGroup | Observation templates that will be visible. | N |
| hideEmptyDisplayControl | Hides the display control if no value is present for it when set to true, default value is set to false | N |
시간 없이 날짜만 표시
목적
Forms Display Control에서 시간 없이 날짜만 표시하는 구성입니다.
구성 예시
To be added in clinical, app.json under config section
"config" : {
"showFormsDate" : true
}주요 필드 표
| Key | Description | Note |
|---|---|---|
| showFormsDate | Determines whether only date (without time) is to be displayed or not | By default both date and time are shown.If value is set to false, only date is shown |
목차
하위 문서
원문 정보
원문 보기 ↗Bahmni Wiki · CC BY-SA 4.0