Step-by-step recipes for tasks in secuTrial
View the Project on GitHub SwissClinicalTrialOrganisation/secuTrial_recipes
The implementation of a secuTrial score will be demonstrated in this recipe based on the body mass index (BMI).
The formula is defined as: BMI = mass [kg] / (height [m])^2
Note: Starting from secuTrial version 5.5.0.10
a "Score Assistant" is available.
Implementation:
Create a “New rule” “Calculate score from …”
Set the rule up as shown in the following screenshot. i.e. Add the weight value and divide it by the height twice. Then add a new or condition to multiply the value with the fixed integer 10000 to transform the unit from square cm to square meters.
This recipe was tested under secuTrial version 5.5.1.10