Description Usage Arguments Value Examples
Determine BMI category from get_bmi function results
1 | get_bmi_category(weight_kg, height_cm)
|
weight_kg |
patient weight in kilograms |
height_cm |
patient height in centimeters |
return BMI category for input
1 2 3 | get_bmi_category(100, 200)
get_bmi_category(50, 198)
get_bmi_category(180, 150)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.