# Example 1: Diagnosis Met
# 3 months duration, Regurgitation, After meal, Not sleep, No retching, No other cause
rome_iv_child_rumination_syndrome(3, 1, 1, 1, 1, 1)
# Example 2: Not Met (Occurs during sleep or retching present)
# 3 months, Retching precedes (0 for no_retching), Occurs during sleep (0 for not_during_sleep)
rome_iv_child_rumination_syndrome(3, 1, 1, 0, 0, 1)
Run the code above in your browser using DataLab