ISPatient.EthnicityID2

Description

Identifier of the patient's second ethnicity.

Syntax

object.EthnicityID2

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

Return Value

int

Example

Display ID of the patient's second ethnicity.

Dim aPatient  
Dim aEthnicityID2

Set aPatient = Profile.SelectPatient
aEthnicityID2 = aPatient.EthnicityID2
Profile.MsgBox (aEthnicityID2)  
Note:

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

Version information

Added in v7.8.0