방문 표시 컨트롤
목적
스크린샷

구성
구성 예시
Add to clinical/dashboard.json for it to appear on the patient dashboard
"visits": {
"translationKey": "DASHBOARD_TITLE_VISITS_KEY",
"type": "visits",
"displayOrder": 17,
"dashboardConfig": {
"maximumNoOfVisits": 8
}
}주요 필드 표
| Key | Info | Mandatory |
|---|---|---|
| type | Indicates the type of the display control.type should be "visits". | Y |
| maximumNoOfVisits | Specifies the maximum number of visits for which to display dataIf it is empty, then by default all the visits for the patient are displayed. | 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 |
목차
원문 정보
원문 보기 ↗Bahmni Wiki · CC BY-SA 4.0