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
}
}
The Bahmni documentation is licensed under Creative Commons Attribution-ShareAlike 4.0 International (CC BY-SA 4.0)