ISPatient.EHCRID

Description

The patient's ID of EHCR.

Syntax

object.EHCRID( [EHCRSourceID = 0])

Part Attribute Type Description
object Required
The object always implements the ISPatient interface
EHCRSourceID In, Optional
Default value is 0
int
The deprecated parameter, 0 should be used
Restriction: This property is readonly.

Return Value

int

Example

Display EHCRID of the patient.

Dim aPatient  
Dim aEHCRID

Set aPatient = Profile.SelectPatient
aEHCRID = aPatient.EHCRID(0) 
Profile.MsgBox(aEHCRID)  
Note:

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

Version information

Added in v7.8.0