...
Code Block | ||||
---|---|---|---|---|
| ||||
"patientInformation": {
"additionalPatientInformation": {
"title": "Additional Patient Information",
"attributes": [
"distanceFromCenter",
"isUrban",
"cluster"
],
"order" : 1
},
"patientFinancialInformation": {
"translationKey": "REGISTRATION_FINANCIAL_INFO_KEY",
"shortcutKey": "REGISTRATION_FINANCIAL_ACCESS_KEY",
"attributes": ["familyIncome", "debt"],
"order" : 2,
"expanded": true
},
"hidden": {
"attributes": [
"RationCard","cluster"
]
},
"defaults": {
"class" : "General",
"caste" : "Thakur",
"isUrban" : true
}
} |
...