The number of units drunk by the patient per day.
object.AlcoholNumDay
Part | Attribute | Type | Description |
---|---|---|---|
object |
Required | The object always implements the
ISPatient interface |
Double
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)
In Profile Client v8 on User Interface Alcohol Num/day can be found in
.int to Double
in v8.2.0