A plugin for displaying growth chart in the Capture app. The plugin is based on the WHO growth standards and is intended to be used in the context of child growth monitoring or nutrition programs.
- Display growth chart for weight-for-age, height-for-age, weight-for-height, and head circumference-for-age.
- Display growth chart for children aged 0-5 years.
- Easily switch between different growth charts.
- Create printed copies for parents or health workers.
- Download the latest version of the plugin from the App hub.
- Upload the plugin to your DHIS2 instance.
- Configure the capture app to display the growth chart in the correct context.
- Map required data elements and attributes to the growth chart plugin.
The plugins expect a configuration object to be found in the Data Store. The configuration object tells the plugin which data elements and attributes to use when calculating the growth charts.
The configuration object should look something like this:
{
"metadata": {
"attributes": {
"dateOfBirth": "AMl8BkN8Lyq",
"gender": "tyNlJWNnEbs",
"firstName": "Sx5Gd4JfPrL",
"lastName": "sljlq9XtqaA",
"femaleOptionCode": "CGC_Female",
"maleOptionCode": "CGC_Male"
},
"dataElements": {
"headCircumference": "GfchA70xtmP",
"height": "wWCSulSdUgd",
"weight": "yZwKJdYXTZF"
},
"programStageForGrowthChart": {
"programId_1": "programStageId_1"
}
},
"settings": {
"usePercentiles": false,
"customReferences": false,
"weightInGrams": false,
"defaultIndicator": "wfa"
}
}
Want to read more in details of how to configure the plugin? Check out the documentation in our user guide.