# Example 1: Diagnosis Met
# Lump sensation (1), Anterior (1), No dysphagia (1), No GERD (1), No pathology (1), Chronic
rome_iv_functional_globus(1, 1, 1, 1, 1, 1, 1)
# Example 2: Not Met (Has dysphagia)
# Lump sensation (1), Anterior (1), Dysphagia present (0)
rome_iv_functional_globus(1, 1, 0, 1, 1, 1, 1)
Run the code above in your browser using DataLab