# Example 1: Diagnosis Met
# Opioid use (1), Symptoms worsened (1),
#Three constipation criteria met (e.g. straining, hard stool, lt 3 SBM)
rome_iv_opioid_induced_constipation(1, 1, 1, 1, 0, 0, 0, 1, 1)
# Example 2: Not Met (Insufficient Constipation Symptoms)
# Only one symptom met (straining).
rome_iv_opioid_induced_constipation(1, 1, 1, 0, 0, 0, 0, 0, 1)
Run the code above in your browser using DataLab