Calculate the BMI using height and weight in EDC/CDMS
You can use this template to calculate the BMI of the patient.
Fields needed:
- Height of patient in meters, variable name: height.
- Weight of patient in kilograms, variable name: weight.
Please make sure to replace the variables weight and height with your own variables. Template to use:
{weight}/({height}*{height})