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

Intergy Version: 22.00.00.00

PersonContactMethod

Table Definition  Parent Tables  Child Tables

Table Definition

Description: This tables holds the contact method values for a person.

Field Datatype Default Null Option Comment
PersonID INTEGER ?   MANDATORY FK
ContactMethod CHAR(1)   MANDATORY User selected contact method. Contact methods are defined in the Lookup Code table for the lookup type 'PrefContactMethod'. Codes for lookup type 'PrefContactMethod' are not user definable.
Order INTEGER 0   OPTIONAL Sequence number of the Person's contact method.
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...
Person PersonContactMethod.PersonID = Person.PersonID CASCADE if PersonContactMethod exists

Child Tables
Child TableJoin PhraseWhen deleting PersonContactMethod record...