ISPatient.EthnicityID3

Description

Identifier of the patient's third ethnicity.

Syntax

object.EthnicityID3

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

Return Value

int

Example

Display ID of the patient's third ethnicity.

Dim aPatient  
Dim aEthnicityID3

Set aPatient = Profile.SelectPatient
aEthnicityID3 = aPatient.EthnicityID3
Profile.MsgBox (aEthnicityID3)    
Note:

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

Version information

Added in v7.8.0