The unique patient's identifier.
object.ID
Part | Attribute | Type | Description |
---|---|---|---|
object |
Required | The object always implements the
ISPatient interface |
int
Display the patient's identifier.
Dim aPatient
Dim aID
Set aPatient = Profile.SelectPatient
aID = aPatient.ID
Profile.MsgBox (aID)
In Profile Client v8 on User Interface ID cannot be found.