# Example 1: High Probability
# Vomiting, RLQ pain, Strong Rebound (3), Temp 39 (1), WBC 16 (2), PMN 90% (2), CRP 60 (2)
# Score = 1 + 1 + 3 + 1 + 2 + 2 + 2 = 12
air_appendicitis(1, 1, 3, 39, 16, 90, 60)
# Example 2: Low Probability
# RLQ pain only, Normal labs
# Score = 1
air_appendicitis(0, 1, 0, 37, 8, 60, 5)
Run the code above in your browser using DataLab