/
Show Age Only In Years
Show Age Only In Years
This feature is to show patient's age only in years on patient dashboard control and program management page. And this feature is configurable.
Usage:
In order to see patient age only in years on patient dashboard page, set the following variable in dashboard.json in clinical app.
"ageLimit": value
Eg: "ageLimit":40
To show the age only in years on program management page, set the following configuration under config section of app.json in clinical apps
"program": {
"patientInformation": {
"ageLimit":value
}
}
Eg:
"program": {
"patientInformation": {
"ageLimit":40
}
}
, multiple selections available,
Related content
Patient Profile Control
Patient Profile Control
More like this
dashboard.json
dashboard.json
More like this
Patient Context Display Control
Patient Context Display Control
More like this
Programs Display Control
Programs Display Control
More like this
Conditional Attributes
Conditional Attributes
More like this
Graph Control
Graph Control
More like this
The Bahmni documentation is licensed under Creative Commons Attribution-ShareAlike 4.0 International (CC BY-SA 4.0)