ISPatient.Ethnicity6

Description

The sixth ethnicity of the patient, returned as the short code description.

Syntax

object.Ethnicity6

Part Attribute Type Description
object Required
The object always implements the ISPatient interface
Restriction: This property is readonly.

Return Value

string

Example

Display the sixth ethnicity of the patient.

Dim aPatient  
Dim aEthnicity6

Set aPatient = Profile.SelectPatient 
aEthnicity6 = aPatient.Ethnicity6
Profile.MsgBox (aEthnicity6)  
Note:

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

Version information

Added in v7.10.80