ISPatient.EthnicityCode

Description

The patient's dominant ethnicity, returned as a code of the short code.

Syntax

object.EthnicityCode

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

Return Value

string

Example

Display the patient's dominant ethnicity code.

Dim aPatient  
Dim aEthnicityCode

Set aPatient = Profile.SelectPatient 
aEthnicityCode = aPatient.EthnicityCode
Profile.MsgBox (aEthnicityCode)   
Note:

In Profile Client v8 on User Interface Ethnicity Code can be found in Patient > Alter Patient > Social > Ethnicity1 field.

Version information

Added in v7.8.0