Identifier of the employer that hired the patient.
object.EmployerID
| Part | Attribute | Type | Description |
|---|---|---|---|
object |
Required | The object always implements the
ISPatient interface |
int
Display ID of the patient's employer.
Dim aPatient
Dim aEmployerID
Set aPatient = Profile.SelectPatient
aEmployerID = aPatient.EmployerID
Profile.MsgBox (aEmployerID) In Profile Client v8 on User Interface Employer ID cannot be found.