# Example 1: Very Low Risk
# No symptoms or signs
pecarn_pediatric_iai_algorithm(0, 0, 0, 0, 0, 0, 0)
# Example 2: Not Very Low Risk
# Seatbelt sign (1), Abdominal pain (1)
# Score = 2
pecarn_pediatric_iai_algorithm(1, 0, 0, 0, 1, 0, 0)
Run the code above in your browser using DataLab