This is a reference to the patient.
object.URL
Part | Attribute | Type | Description |
---|---|---|---|
object |
Required | The object always implements the
ISPatient interface |
string
Display a reference to the patient.
Dim aPatient
Dim aURL
Set aPatient = Profile.SelectPatient
aURL = aPatient.URL
Profile.MsgBox (aURL)
In Profile Client v8 on User Interface URL cannot be found.