ISPatient.URL

Description

This is a reference to the patient.

Syntax

object.URL

Part Attribute Type Description
object Required
The object always implements the ISPatient interface
Restriction: This property is readonly.

Return Value

string

Example

Display a reference to the patient.

Dim aPatient  
Dim aURL

Set aPatient = Profile.SelectPatient
aURL = aPatient.URL
Profile.MsgBox (aURL)  
Note:

In Profile Client v8 on User Interface URL cannot be found.

Version information

Added in v7.8.0