/
Home View
Home View
On the home Screen the following are configurable
- The names of the registers are configurable.
- The number of the registers are configurable.
- The app name that appears at the top
- The visibility of the registers
An example of the configuration json is as shown below
{
"serverVersion": 1508765191,
"type": "ViewConfiguration",
"identifier": "home",
"views": [
{
"identifier": "presumptive_patients",
"visible": true,
"label": "presumptive_patients",
"residence": {
"position": 0
}
},
{
"identifier": "positive_patients",
"visible": true,
"label": "positive_patients",
"residence": {
"position": 1
}
},
{
"identifier": "in_treatment_patients",
"visible": true,
"label": "in_treatment_patients",
"residence": {
"position": 2
}
}
]
}
Click this link to see base definitions Base Definitions
, multiple selections available,
Related content
Home Screen
Home Screen
More like this
Home
Home
More like this
Details View - In-Treatment Register
Details View - In-Treatment Register
More like this
Details View - Positive Register
Details View - Positive Register
More like this
Details View - Presumptive Register
Details View - Presumptive Register
More like this
Patient Details View - In Treatment
Patient Details View - In Treatment
More like this