Type of the patient's alcoholism.
object.AlcoholType
Part | Attribute | Type | Description |
---|---|---|---|
object |
Required | The object always implements the
ISPatient interface |
Display the patient's alcohol type.
Dim aPatient
Dim aAlcoholType
Set aPatient = Profile.SelectPatient
aAlcoholType = aPatient.AlcoholType
Profile.MsgBox (aAlcoholType)
In Profile Client v8 on User Interface Alcohol Type can be found in
.