ISPatient.ID

Description

The unique patient's identifier.

Syntax

object.ID

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

Return Value

int

Example

Display the patient's identifier.

Dim aPatient  
Dim aID

Set aPatient = Profile.SelectPatient 
aID = aPatient.ID
Profile.MsgBox (aID)    
Note:

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

Version information

Added in v7.8.0