ISPatient.EthnicityID

Description

The patient's dominant ethnicity identifier.

Syntax

object.EthnicityID

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 dominant ethnicity ID.

Dim aPatient  
Dim aEthnicityID

Set aPatient = Profile.SelectPatient
aEthnicityID = aPatient.EthnicityID
Profile.MsgBox (aEthnicityID)  
Note:

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

Version information

Added in v7.8.0