# Example 1: Highly Suggestive of Storm
# Temp 39.5 (+25), Mod CNS (+20), HR 145 (+25), No GI, No CHF, No Afib, Event (+10)
# Score = 80
burch_wartofsky_score(39.5, 2, 0, 145, 0, 0, 1)
# Example 2: Impending Storm
# Temp 38.0 (+10), Mild CNS (+10), HR 115 (+10), No other signs
# Score = 30
burch_wartofsky_score(38.0, 1, 0, 115, 0, 0, 0)
Run the code above in your browser using DataLab