ISPatient.SmokerSourceID

Description

Smoker Source ID from external systems, for example Gp2Gp.

Syntax

object.SmokerSourceID

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

Return Value

string

Example

Display smoker source ID.

Dim aPatient  
Dim aSmokerSourceID

Set aPatient = Profile.SelectPatient
aSmokerSourceID = aPatient.SmokerSourceID
Profile.MsgBox (aSmokerSourceID)  
Note:

In Profile Client v8 on User Interface cannot be found.

Version information

Added in v7.9.2