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