# Example 1: High Risk
# 82yo, SpO2 90%, Intrathoracic, >3h surgery
# Score = 16 + 24 + 0 + 0 + 24 + 23 + 0 = 87
ariscat_score(82, 90, 0, 0, "intrathoracic", 3.5, 0)
# Example 2: Low Risk
# 45yo, SpO2 98%, Peripheral, 1h surgery
# Score = 0
ariscat_score(45, 98, 0, 0, "peripheral", 1, 0)
Run the code above in your browser using DataLab