-
Notifications
You must be signed in to change notification settings - Fork 23
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Support BMI for age zscore calculation #1395
Comments
Commits to review is available as part of this card: avniproject/avni-health-modules#3 |
@sachsk I dont see where we are calculating bmi - I see we have made the comparisons based on weight: |
@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. |
|
@sachsk so the below can be done:
|
@Dinesh2019 move it to in QA once u ve picked up |
Need:
AC:
calculateBMI
method incommon.js
Some of the test cases:
The text was updated successfully, but these errors were encountered: