# Example 1: High Risk (Severe Dehydration Likely)
# CRT 4s (+2), Tachycardia (+2), Cold Extremities (+2)
# Score = 6
nirudak_score(4, 1, 0, 0, 1, 0)
# Example 2: Low Risk
# CRT 2s, No tachycardia, Dry Mucous Membranes (+1)
# Score = 1
nirudak_score(2, 0, 0, 1, 0, 0)
Run the code above in your browser using DataLab