Identifier, used in the software, where the patient was imported from.
object.SourceRef
Part | Attribute | Type | Description |
---|---|---|---|
object |
Required | The object always implements the
ISPatient interface |
string
Display ID, used in the software, where the patient was imported from.
Dim aPatient
Dim aSourceRef
Set aPatient = Profile.SelectPatient
aSourceRef = aPatient.SourceRef
Profile.MsgBox (aSourceRef)
In Profile Client v8 on User Interface Source Ref can be found in
.