ISPatient.EthnicityCode3

Description

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

Syntax

object.EthnicityCode3

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

Return Value

string

Example

Display the code of the third ethnicity of the patient.

Dim aPatient  
Dim aEthnicityCode3

Set aPatient = Profile.SelectPatient 
aEthnicityCode3 = aPatient.EthnicityCode3
Profile.MsgBox (aEthnicityCode3)   
Note:

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

Version information

Added in v7.8.0