# Example 1: Diagnosis Met
# Recurrent vomiting (1), Chronic use (1), Hot bath relief (1),
#Onset after cannabis (1), Exclusions clear, Chronic duration met
rome_iv_cannabinoid_hyperemesis_syndrome(1, 1, 1, 1, 1, 1, 1)
# Example 2: Not Met (No hot bath relief)
# All criteria met except no symptom relief with hot baths (0)
rome_iv_cannabinoid_hyperemesis_syndrome(1, 1, 0, 1, 1, 1, 1)
Run the code above in your browser using DataLab