ISPatient.Ethnicity5

Description

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

Syntax

object.Ethnicity5

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

Return Value

string

Example

Display the fifth ethnicity of the patient.

Dim aPatient  
Dim aEthnicity5

Set aPatient = Profile.SelectPatient 
aEthnicity5 = aPatient.Ethnicity5
Profile.MsgBox (aEthnicity5)   
Note:

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

Version information

Added in v7.10.80