# Example 1: High Risk
# Cancer (+3), Recent Surgery (+2), Age 75 (+1)
# Score = 6
padua_vte_score(1, 0, 0, 0, 1, 75, 0, 0, 0, 25, 0)
# Example 2: Low Risk
# Infection (+1), BMI 32 (+1), Age 50 (0)
# Score = 2
padua_vte_score(0, 0, 0, 0, 0, 50, 0, 0, 1, 32, 0)
Run the code above in your browser using DataLab