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

Intergy Version: 22.00.00.00

PatientCPGoalIntHistory

Table Definition  Parent Tables  Child Tables

Table Definition

Description: This table is used to store patient care plan goal intervention history (used to display history).

Field Datatype Default Null Option Comment
PatientCPGoalIntHistorySID INTEGER ?   MANDATORY System generated unique number using the PatientCarePlan sequence.
PatientCPGoalInterventionSID INTEGER 0   MANDATORY FK
Description CHAR(300)   MANDATORY Goal Description
InterventionStatus CHAR(1)   MANDATORY Lookup Type 'CarePlanIntervention'.
HideFromPatient LOGICAL Logical_False   MANDATORY Hide From patient
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.
MedcinID INTEGER ?   OPTIONAL Medcin Finding Reference.
Prefix CHAR(2)   OPTIONAL Medcin Finding Prefix. Defined by MedcinPrefix lookup.
Source CHAR(50)   OPTIONAL The source (Intergy or otherwise) of this Intervention history data.
ExternalUserLogon CHAR(30)   OPTIONAL User Logon for external user. Blank unless an external user created this Intervention history data
ExternalUserFullName CHAR(100)   OPTIONAL Full Name for external user. Blank unless an external user created this Intervention history data.

Parent Tables
Parent TableJoin PhraseWhen deleting parent record...
PatientCPGoalIntervention PatientCPGoalIntHistory.PatientCPGoalInterventionSID = PatientCPGoalIntervention.PatientCPGoalInterventionSID CASCADE if PatientCPGoalIntHistory exists

Child Tables
Child TableJoin PhraseWhen deleting PatientCPGoalIntHistory record...