# Example 1: Low Risk
# Female, 50yo, No comorbidities
vte_bleed_score(0, "female", 0, 0, 0, 50, 0)
# Example 2: High Risk
# Male, Uncontrolled HTN (+1), Age 65 (+1.5)
# Score = 2.5
vte_bleed_score(0, "male", 1, 0, 0, 65, 0)
Run the code above in your browser using DataLab