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