Body-Mass-Index
Back to current version Restore this version

This simple knowledge base derives the body-mass-index (BMI) of a person based on the weight and height. Please note that this is a simple example for demonstration uses!

The BMI is calculated using DiaFlux models, where first the "Height" and "Weight" is asked to the user. Then, the value of the abstraction "bmi" is derived, when values for the aforementioned questions are known. Final solutions are derived depending on the result of the calculated value of "bmi".

Interview#

Solutions#

ShowSolutions
Unable to find knowledge base. Please either add to a package used for a knowledge base or specify a master article.

The Knowledge Base#

In this part of the article, the knowledge base for this demo is defined.

BMI Demo
BMIDemo

Terminology#

Startquestionaire #1 - Height [num] (0.1 3) {m} - Weight [num] (1 300) {kg} - bmi [num] <abstract>
Weight Assessment
-
Underweight
-
Normal weight
-
Overweight
-
Heavy overweight

Package#

BMIDemo