# Example 1: Moderate Disease
# Slurred speech (1), Fatigue chewing solids (1), Occasional diplopia (1), others 0
# Score = 3
mg_adl_score(1, 1, 0, 0, 0, 0, 0, 1, 0)
# Example 2: Severe Disease
# Choking (2), SOB at rest (2), Cannot brush teeth (3), Constant ptosis (3)
# Score = 10
mg_adl_score(0, 0, 2, 2, 3, 3, 0, 0, 3)
Run the code above in your browser using DataLab