ISPatient.AlcoholNumDay

Description

The number of units drunk by the patient per day.

Syntax

object.AlcoholNumDay

Part Attribute Type Description
object Required
The object always implements the ISPatient interface

Return Value

Double

Example

Display the number of units, drunk by the patient per day.

Dim aPatient  
Dim aAlcoholNumDay

Set aPatient = Profile.SelectPatient
aAlcoholNumDay = aPatient.AlcoholNumDay
Profile.MsgBox (aAlcoholNumDay)   
Note: The field is enabled if "Light", "Moderate", "Heavy" or "Ex-drinker" is selected.

In Profile Client v8 on User Interface Alcohol Num/day can be found in Clinical > Clinical Details > Family > Social History > Num > day field.

Version information

Added in v7.8.0
return type changed from int to Double in v8.2.0