# Example 1: High Risk
# NIHSS 18 (+1), Diabetes (+1), Glucose 220 (+1), CT Signs (+1)
# Score = 4
hat_score_tpa_hemorrhage(18, 1, 220, 1)
# Example 2: Low Risk
# NIHSS 10 (0), No Diabetes, Glucose 100, No CT signs
# Score = 0
hat_score_tpa_hemorrhage(10, 0, 100, 0)
Run the code above in your browser using DataLab