The patient's dominant ethnicity, returned as the short code description.
object.Ethnicity
Part | Attribute | Type | Description |
---|---|---|---|
object |
Required | The object always implements the
ISPatient interface |
string
Display the patient's dominant ethnicity.
Dim aPatient
Dim aEthnicity
Set aPatient = Profile.SelectPatient
aEthnicity = aPatient.Ethnicity
Profile.MsgBox (aEthnicity)
In Profile Client v8 on User Interface Ethnicity can be found in
.