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