# Example 1: Mild Disability
# Arm: Symptoms (1), Difficulty buttons (1) -> Score 2
# Leg: Difficulty running -> Score 2
# Total = 4
overall_neuropathy_limitations_scale(1, 0, 0, 0, 1, 1, "difficulty_running")
# Example 2: Severe Disability
# Arm: Cannot wash hair (2), Cannot buttons (2) -> Score 4 (2 impossible)
# Leg: Wheelchair -> Score 6
# Total = 10
overall_neuropathy_limitations_scale(1, 2, 0, 0, 2, 1, "wheelchair")
Run the code above in your browser using DataLab