Last Updated: 7/22/2025 8:42:49 PM

Intergy Version: 22.00.00.00

Employee

Table Definition  Parent Tables  Child Tables

Table Definition

Description: This table is used to record a person's employment information.

Field Datatype Default Null Option Comment
CompanyID INTEGER ?   MANDATORY FK
PersonID INTEGER ?   MANDATORY FK
ID CHARACTER(20)   OPTIONAL The employee id as supplied by the employer. User entered.
TimeStamp CHARACTER(14)   OPTIONAL System generated date/time stamp record was last written.
LastUser INTEGER ?   OPTIONAL User ID of user that last wrote the record.
CreateStamp CHARACTER(14)   OPTIONAL System generated date/time stamp record was created.
CreateUser INTEGER ?   OPTIONAL User ID of user that created the record.
HL7Updated CHARACTER(1)   OPTIONAL This field indicates if HL7 has processed this table entry and will be used by the DB triggers. values "Y" or "N".

Parent Tables
Parent TableJoin PhraseWhen deleting parent record...
Company Employee.CompanyID = Company.CompanyID RESTRICT if Employee exists
Person Employee.PersonID = Person.PersonID CASCADE if Employee exists

Child Tables
Child TableJoin PhraseWhen deleting Employee record...