avniproject / avni-client

Android app for the fieldworkers.
https://avniproject.org
GNU Affero General Public License v3.0
7 stars 18 forks source link

Support BMI for age zscore calculation #1395

Closed mahalakshme closed 1 week ago

mahalakshme commented 3 weeks ago

Need:

Weight-for-age reference data are not available beyond age 10 because this indicator does not distinguish between height and body mass in an age period where many children are experiencing the pubertal growth spurt and may appear as having excess weight (by weight-for-age) when in fact they are just tall.

AC:

Some of the test cases:

mahalakshme commented 2 weeks ago

Commits to review is available as part of this card: https://github.com/avniproject/avni-health-modules/issues/3

mahalakshme commented 2 weeks ago

@sachsk I dont see where we are calculating bmi - I see we have made the comparisons based on weight: https://github.com/avniproject/avni-health-modules/blob/5328e941fa9c2d23d0a96f9e3d27d78b595fa80d/src/health_modules/adolescent/growthStatusCalculator.js#L31

sachsk commented 2 weeks ago

@mahalakshme please check this https://github.com/avniproject/avni-health-modules/blob/master/src/health_modules/adolescent/growthStatusCalculator.js

mahalakshme commented 2 weeks ago

@sachsk also default value cant be 3, it needs to be undefined, since we dont know, this is something found on first look, when someone does proper code review they might add more, you can choose to do the fixes accordingly.

petmongrels commented 2 weeks ago
mahalakshme commented 1 week ago

@sachsk so the below can be done:

mahalakshme commented 1 week ago

@Dinesh2019 move it to in QA once u ve picked up