ISPatient.GUID

Description

Globally Unique Identifier of the patient.

Syntax

object.GUID

Part Attribute Type Description
object Required
The object always implements the ISPatient interface

Return Value

string

Example

Display GUID of the patient.

Dim aPatient  
Dim aGUID

Set aPatient = Profile.SelectPatient
aGUID = aPatient.GUID
Profile.MsgBox (aGUID)  
Note:

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

Version information

Added in v7.8.0
Access changed to read/write in v7.9.2