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