# Example 1: Moderate Withdrawal
# Tremor (1), Sweating (1), Agitated (1), Oriented (0), No Hallucinations (0)
# Score = 3
brief_alcohol_withdrawal_scale(1, 1, 1, 0, 0)
# Example 2: Severe Withdrawal
# Tremor (2), Drenching Sweat (3), Agitated (2), Disoriented time/place (2), Mild Hallucinations (1)
# Score = 10
brief_alcohol_withdrawal_scale(2, 3, 2, 2, 1)
Run the code above in your browser using DataLab