ISPatient.AlcoholSourceID

Description

Alcohol Source ID from external systems, for example Gp2Gp.

Syntax

object.AlcoholSourceID

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

Return Value

string

Example

Display alcohol source ID.

Dim aPatient  
Dim aAlcoholSourceID

Set aPatient = Profile.SelectPatient
aAlcoholSourceID = aPatient.AlcoholSourceID
Profile.MsgBox (aAlcoholSourceID)   
Note:

In Profile Client v8 on User Interface cannot be found.

Version information

Added in v7.9.2