The unique identifier of the patient in the external system.
object.RefID
| Part | Attribute | Type | Description |
|---|---|---|---|
object |
Required | The object always implements the
ISPatient interface |
string
Display the patient's RefID.
Dim aPatient
Dim aRefID
Set aPatient = Profile.SelectPatient
aRefID = aPatient.RefID
Profile.MsgBox (aRefID) In Profile Client v8 on User Interface RefID cannot be found.