# Example 1: Low Risk
# Age 45, IOP 21, CCT 600, VCDR 0.3, PSD 1.5
# Points: 0+0+0+0+0 = 0
ohts_risk_score(45, 21, 600, 0.3, 1.5)
# Example 2: High Risk
# Age 72, IOP 28, CCT 540, VCDR 0.7, PSD 2.8
# Points: 3+3+2+2+2 = 12
ohts_risk_score(72, 28, 540, 0.7, 2.8)
Run the code above in your browser using DataLab