Last Updated: 7/22/2025 8:42:49 PM
Intergy Version: 22.00.00.00
PatientCPGoalOutcome
Table Definition  Parent Tables  Child Tables
Table DefinitionField | Datatype | Default | Null Option | Comment |
---|---|---|---|---|
PatientCPGoalOutcomeSID | INTEGER | ?   | MANDATORY | System generated unique number using the PatientCarePlan sequence. |
PatientCPGoalSID | 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. |
OutcomeGUID | CHAR(36) |   | OPTIONAL | Globally Unique ID for the Outcome |
Source | CHAR(50) |   | OPTIONAL | The source (Intergy or otherwise) from which this Outcome record was last modified. |
ExternalUserLogon | CHAR(30) |   | OPTIONAL | User Logon for external user. Blank unless an external user last modified this record. |
ExternalUserFullName | CHAR(100) |   | OPTIONAL | Full Name for external user. Blank unless an external user last modified this record. |
Parent Table | Join Phrase | When deleting parent record... |
---|---|---|
PatientCPGoal | PatientCPGoalOutcome.PatientCPGoalSID = PatientCPGoal.PatientCPGoalSID | CASCADE if PatientCPGoalOutcome exists |
Child Table | Join Phrase | When deleting PatientCPGoalOutcome record... |
---|---|---|
PatientCPGoalOutcHistory | PatientCPGoalOutcHistory.PatientCPGoalOutcomeSID = PatientCPGoalOutcome.PatientCPGoalOutcomeSID | CASCADE if PatientCPGoalOutcHistory exists |