Module for growth chart calculations
- Since:
-
- v0.2.0
- Source:
Members
(inner, constant) bmiagerev :Array.<BmiForAgeDataItem>
BMI for Age Data from https://www.cdc.gov/growthcharts/percentile_data_files.htm. Age is in months, starting at that and up to but not including the next age (Raw Data)
- Source:
Methods
(static) childIsObese(sex, age, bmi) → {boolean}
Determines if child is obese based on the 95th percentile of BMI-for-age
Parameters:
Name | Type | Description |
---|---|---|
sex |
string |
M or F |
age |
number |
age in years |
bmi |
number |
body mass index |
- Source:
Type Definitions
BmiForAgeDataItem :object
Properties:
Name | Type | Description |
---|---|---|
sex |
string |
M or F |
age |
number |
age in months |
p95 |
number |
95th percentile of BMI |
- Source: