# Example 1: High Risk
# Male (+2), 10y (+7), Pain 36h (+4), Migration (+8), Guarding (+12),
#RLQ Tenderness (+16), ANC 15 (+49)
# Score = 98
pediatric_appendicitis_risk_calculator("male", 10, 36, 1, 1, 1, 15.0)
# Example 2: Low Risk
# Female (0), 4y (0), Pain 12h (0), No Migration, No Guarding, No RLQ Tenderness, ANC 5 (0)
# Score = 0
pediatric_appendicitis_risk_calculator("female", 4, 12, 0, 0, 0, 5.0)
Run the code above in your browser using DataLab