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