ISPatient.AlcoholType

Description

Type of the patient's alcoholism.

Syntax

object.AlcoholType

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

Return Value

TSAlchocolType

Example

Display the patient's alcohol type.

Dim aPatient  
Dim aAlcoholType

Set aPatient = Profile.SelectPatient
aAlcoholType = aPatient.AlcoholType
Profile.MsgBox (aAlcoholType)   
Note:

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

Version information

Added in v7.8.0