ISPatient.AlcoholTypeStr

Description

The patient's alcohol type code description.

Syntax

object.AlcoholTypeStr

Part Attribute Type Description
object Required
The object always implements the ISPatient interface
Restriction: This property is readonly.

Return Value

string

Example

Display the patient's alcohol type code description.

Dim aPatient  
Dim aAlcoholTypeStr

Set aPatient = Profile.SelectPatient
aAlcoholTypeStr = aPatient.AlcoholTypeStr
Profile.MsgBox (aAlcoholTypeStr)  
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