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