This function returns Smoker Source ID from external systems, for example Gp2Gp. If there is no Smoker Source ID, the function creates a new one.
object.EnsureSmokerSourceID()
Part | Attribute | Type | Description |
---|---|---|---|
object |
Required | The object always implements the
ISPatient interface |
string
Display smoker source ID.
Dim aPatient
Dim aSmokerSourceID
Set aPatient = Profile.SelectPatient
aSmokerSourceID = aPatient.EnsureSmokerSourceID
Profile.MsgBox (aSmokerSourceID)
In Profile Client v8 on User Interface cannot be found.