# Example 1: Diagnosis Met
# All criteria met (bothersome symptoms, normal EGD, triggered by normal reflux,
#PPI refractory, no motility issues, chronic duration)
rome_iv_reflux_hypersensitivity(1, 1, 1, 1, 1, 1, 1, 1)
# Example 2: Not Met (Pathological Reflux Present)
# Reflux monitoring shows excessive acid exposure time (0 for reflux_excluded)
rome_iv_reflux_hypersensitivity(1, 1, 0, 1, 1, 1, 1, 1)
Run the code above in your browser using DataLab