# Example 1: Very Poorly Controlled
# Symptoms >4 days, Waking >1, Exercise limited, Felt difficult to control, Steroids used
# Score = 5
airq_asthma_score(1, 1, 0, 0, 0, 1, 1, 1, 0, 0)
# Example 2: Well-Controlled
# No symptoms or history of exacerbations
# Score = 0
airq_asthma_score(0, 0, 0, 0, 0, 0, 0, 0, 0, 0)
Run the code above in your browser using DataLab