Identifier of the provider, who added alcohol data into external systems, for example Gp2Gp.
object.AlcoholSourceProviderID
Part | Attribute | Type | Description |
---|---|---|---|
object |
Required | The object always implements the
ISPatient interface |
int
Display identifier of the provider, who added alcohol data into external systems.
Dim aPatient
Dim aAlcoholSourceProviderID
Set aPatient = Profile.SelectPatient
aAlcoholSourceProviderID = aPatient.AlcoholSourceProviderID
Profile.MsgBox (aAlcoholSourceProviderID)
In Profile Client v8 on User Interface cannot be found.