# Example 1: High Mortality
# GCS 4 (+2), Vol 40 (+1), IVH Yes (+1), Infratentorial Yes (+1), Age 85 (+1)
# Score = 6
ich_score(4, 40, 1, 1, 85)
# Example 2: Low Mortality
# GCS 15 (0), Vol 10 (0), No IVH (0), Supratentorial (0), Age 60 (0)
# Score = 0
ich_score(15, 10, 0, 0, 60)
Run the code above in your browser using DataLab