# Example 1: Diagnosis Met
# Burning pain (1), PPI failure (1), No esophagitis (1),
#Normal reflux study (1), No motility issue (1), Chronic
rome_iv_functional_heartburn(1, 1, 1, 1, 1, 1, 1)
# Example 2: Not Met (Pathological Reflux Present)
# Reflux study shows pathological acid exposure time (0 for no_gerd_explanation)
rome_iv_functional_heartburn(1, 1, 1, 0, 1, 1, 1)
Run the code above in your browser using DataLab