# Example 1: Moderate Stroke
# Drowsy(1), Partial Gaze(1), Facial Droop(2), Arm Drift(1), Mild Aphasia(1)
pediatric_nih_stroke_scale(1, 0, 0, 1, 0, 2, 1, 0, 0, 0, 0, 0, 1, 0, 0)
# Example 2: Severe Stroke
# Stuporous(2), Forced Gaze(2), Hemianopia(2), R-sided Paralysis(4,4), Global Aphasia(3), Neglect(2)
pediatric_nih_stroke_scale(2, 2, 0, 2, 2, 2, 0, 4, 0, 4, 0, 0, 3, 2, 2)
Run the code above in your browser using DataLab