You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Warning(asprintf("Patient Body Mass Index (BMI) of %f kg/m^2 is too high. Obese patients must be modeled by adding/using a condition. Setting the patient to maximum BMI allowed of %f kg/m^2.", BMI_kg_per_m2, BMIObese_kg_per_m2));
375
+
Warning(asprintf("Patient Body Mass Index (BMI) of %f kg/m^2 is too high. Obese patients must be modeled by adding/using a condition. Adjusting patient weight using the maximum BMI allowed of %f kg/m^2.", BMI_kg_per_m2, BMIObese_kg_per_m2));
Warning(asprintf("Patient Body Mass Index (BMI) of %f kg/m^2 is overweight. No guarantees of model validity.", BMI_kg_per_m2));
381
383
}
382
-
if (BMI_kg_per_m2 < BMIUnderweight_kg_per_m2) {
383
-
Warning(asprintf("Patient Body Mass Index (BMI) of %f kg/m^2 is underweight. No guarantees of model validity.", BMI_kg_per_m2));
384
-
}
385
384
if (BMI_kg_per_m2 < BMISeverelyUnderweight_kg_per_m2) {
386
-
Warning(asprintf("Patient Body Mass Index (BMI) of %f kg/m^2 is too low. Severly underweight patients must be modeled by adding/using a condition. Setting the patient to minimum BMI allowed of %f kg/m^2.", BMI_kg_per_m2, BMISeverelyUnderweight_kg_per_m2));
385
+
Warning(asprintf("Patient Body Mass Index (BMI) of %f kg/m^2 is too low. Severly underweight patients must be modeled by adding/using a condition. Adjusting patient weight using the minimum BMI allowed of %f kg/m^2.", BMI_kg_per_m2, BMISeverelyUnderweight_kg_per_m2));
0 commit comments