Last Updated: 9/24/2025 12:09:38 PM
Intergy Version: 22.00.00.00
PlanGroup
Table Definition  Parent Tables  Child Tables
Table Definition| Field | Datatype | Default | Null Option | Comment |
|---|---|---|---|---|
| PlanID | INTEGER | ?   | MANDATORY | FK |
| GroupNumber | CHARACTER(30) |   | MANDATORY | User entered group number of the plan group. |
| GroupName | CHARACTER(30) |   | OPTIONAL | User entered group name of the plan group. |
| Deductible | DECIMAL(10,2) |   | OPTIONAL | Patient deductible amount. User entered. |
| 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. |
| Parent Table | Join Phrase | When deleting parent record... |
|---|---|---|
| Plan | PlanGroup.PlanID = Plan.PlanID | CASCADE if PlanGroup exists |
| Child Table | Join Phrase | When deleting PlanGroup record... |
|---|---|---|
| Policy | Policy.PlanID = PlanGroup.PlanID and Policy.GroupNumber = PlanGroup.GroupNumber |
RESTRICT if Policy exists |