Globally Unique Identifier of the patient.
object.GUID
Part | Attribute | Type | Description |
---|---|---|---|
object |
Required | The object always implements the
ISPatient interface |
string
Display GUID of the patient.
Dim aPatient
Dim aGUID
Set aPatient = Profile.SelectPatient
aGUID = aPatient.GUID
Profile.MsgBox (aGUID)
In Profile Client v8 on User Interface GUID cannot be found.
Access changed to
read/write in v7.9.2