ISPatient.EthnicityCode2

Description

The second ethnicity of the patient, returned as a code of the short code.

Syntax

object.EthnicityCode2

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

Return Value

string

Example

Display the code of the second ethnicity of the patient.

Dim aPatient  
Dim aEthnicityCode2

Set aPatient = Profile.SelectPatient 
aEthnicityCode2 = aPatient.EthnicityCode2
Profile.MsgBox (aEthnicityCode2)   
Note:

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

Version information

Added in v7.8.0