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

Intergy Version: 22.00.00.00

PlanGroup

Table Definition  Parent Tables  Child Tables

Table Definition

Description: This table is used to record the groups provided by a plan.

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 Tables
Parent TableJoin PhraseWhen deleting parent record...
Plan PlanGroup.PlanID = Plan.PlanID CASCADE if PlanGroup exists

Child Tables
Child TableJoin PhraseWhen deleting PlanGroup record...
Policy Policy.PlanID = PlanGroup.PlanID and
Policy.GroupNumber = PlanGroup.GroupNumber
RESTRICT if Policy exists