ISPatient.EmployerID

Description

Identifier of the employer that hired the patient.

Syntax

object.EmployerID

Part Attribute Type Description
object Required
The object always implements the ISPatient interface

Return Value

int

Example

Display ID of the patient's employer.

Dim aPatient  
Dim aEmployerID

Set aPatient = Profile.SelectPatient
aEmployerID = aPatient.EmployerID
Profile.MsgBox (aEmployerID)  
Note:

In Profile Client v8 on User Interface Employer ID cannot be found.

Version information

Added in v7.8.0