Alcohol Source ID from external systems, for example Gp2Gp.
object.AlcoholSourceID
| Part | Attribute | Type | Description |
|---|---|---|---|
object |
Required | The object always implements the
ISPatient interface |
string
Display alcohol source ID.
Dim aPatient
Dim aAlcoholSourceID
Set aPatient = Profile.SelectPatient
aAlcoholSourceID = aPatient.AlcoholSourceID
Profile.MsgBox (aAlcoholSourceID) In Profile Client v8 on User Interface cannot be found.