Patient Profile Control
Purpose
Screenshot

Configuration
Sample Config
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
}Key Field Table
| Key | Info | Mandatory |
|---|---|---|
| patientAttributes | List of patient attributes to be displayed | N |
| addressFields | List of address fields to be displayed | N |
| showDOB | Indicates whether date of birth should be displayed in the control. Default value is true if nothing mentioned | N |
| ageLimit | Displays age in the format of (years, days) when it is less than the number configured else displays it in format (years). | N |
Table of Contents
원문 정보
원문 보기 ↗Bahmni Wiki · CC BY-SA 4.0