The patient's dominant ethnicity identifier.
object.EthnicityID
Part | Attribute | Type | Description |
---|---|---|---|
object |
Required | The object always implements the
ISPatient interface |
int
Display the patient's dominant ethnicity ID.
Dim aPatient
Dim aEthnicityID
Set aPatient = Profile.SelectPatient
aEthnicityID = aPatient.EthnicityID
Profile.MsgBox (aEthnicityID)
In Profile Client v8 on User Interface Ethnicity ID cannot be found.