Description Usage Arguments Value Examples
Determining whether a patient is obese from get_bmi_category
1 | is_obese(weight_kg, height_cm)
|
weight_kg |
patient weight in kilograms |
height_cm |
patient height in centimeters |
True or false for obesity
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.