Last Updated: 9/24/2025 12:09:38 PM
Intergy Version: 22.00.00.00
PatientCPGoalOutcHistory
Table Definition  Parent Tables  Child Tables
Table Definition| 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 Table | Join Phrase | When deleting parent record... |
|---|---|---|
| PatientCPGoalOutcome | PatientCPGoalOutcHistory.PatientCPGoalOutcomeSID = PatientCPGoalOutcome.PatientCPGoalOutcomeSID | CASCADE if PatientCPGoalOutcHistory exists |
| Child Table | Join Phrase | When deleting PatientCPGoalOutcHistory record... |
|---|