# Example 1: Low Risk
# Well appearing, Term, No history issues, WBC 10k, Bands 5%, UA 2 WBC
rochester_criteria_febrile_infant(1, 1, 1, 1, 1, 1, 1, 10000, 5, 2, NULL, 0)
# Example 2: High Risk
# Preterm (0), otherwise normal
rochester_criteria_febrile_infant(1, 1, 0, 1, 1, 1, 1, 10000, 5, 2, NULL, 0)
Run the code above in your browser using DataLab