# Example 1: Severe Withdrawal
# Pulse 130 (3), DBP 115 (3), Severe Tremor (3), Drenching Sweat (3), Hallucinations (3)
# Score = 15+
modified_minnesota_detox_scale(130, 115, 3, 3, 3, 0, 0, 0)
# Example 2: Mild Withdrawal
# Pulse 90 (1), DBP 85 (0), Mild tremor (1), No other signs
# Score = 2
modified_minnesota_detox_scale(90, 85, 1, 0, 0, 0, 0, 0)
Run the code above in your browser using DataLab