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

Intergy Version: 22.00.00.00

PatientCPGoalOutcHistory

Table Definition  Parent Tables  Child Tables

Table Definition

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

Field Datatype Default Null Option Comment
PatientCPGoalOutcHistorySID INTEGER ?   MANDATORY System generated unique number using the PatientCarePlan sequence.
PatientCPGoalOutcomeSID INTEGER ?   MANDATORY FK
Notes CHAR(500)   MANDATORY Care Plan Goal Outcome Text
OutcomeStatus CHAR(1)   MANDATORY Defined by LookupType 'CarePlanOutcome'
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.
Source CHAR(50)   OPTIONAL The source (Intergy or otherwise) of this Outcome history data.
ExternalUserLogon CHAR(30)   OPTIONAL User Logon for external user. Blank unless an external user created this Outcome history data.
ExternalUserFullName CHAR(100)   OPTIONAL Full Name for external user. Blank unless an external user created this Outcome history data.

Parent Tables
Parent TableJoin PhraseWhen deleting parent record...
PatientCPGoalOutcome PatientCPGoalOutcHistory.PatientCPGoalOutcomeSID = PatientCPGoalOutcome.PatientCPGoalOutcomeSID CASCADE if PatientCPGoalOutcHistory exists

Child Tables
Child TableJoin PhraseWhen deleting PatientCPGoalOutcHistory record...