환자 프로필 컨트롤
목적
화면 예시

구성
구성 예시
Add to clinical/dashboard.json for it to appear on the patient dashboard
"patientInformation": {
"title" : "Patient Information",
"type" : "patientInformation",
"patientAttributes" : ["caste", "class", "education", "occupation"],
"addressFields": ["cityVillage", "stateProvince"],
"showDOB" : false,
"ageLimit" : 100
}주요 필드 표
| 키 | 정보 | 필수 |
|---|---|---|
| patientAttributes | 표시할 환자 속성 목록 | N |
| addressFields | 표시할 주소 필드 목록 | N |
| showDOB | 컨트롤에 생년월일을 표시할지 지정. 미지정 시 기본값 true | N |
| ageLimit | 나이가 설정값보다 작으면 (년, 일), 그렇지 않으면 (년) 형식으로 표시 | N |
목차
원문 정보
원문 보기 ↗Bahmni Wiki · CC BY-SA 4.0