# Example 1: High Risk
# Hypotension (+5), Diabetes (+3), Contrast 250cc (+2), SCr 1.8 (+4)
# Score = 14
mehran_score_cin(1, 0, 0, 0, 1, 0, 250, serum_creatinine_mg_dl = 1.8)
# Example 2: Low Risk
# Age 50 (0), Contrast 100cc (+1), Normal SCr (0), No other factors
# Score = 1
mehran_score_cin(0, 0, 0, 0, 0, 0, 100, serum_creatinine_mg_dl = 0.9)
Run the code above in your browser using DataLab