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

Intergy Version: 22.00.00.00

PlanClaimLineItem

Table Definition  Parent Tables  Child Tables

Table Definition

Description: This table stores the sorted line items for a plan claim.

Field Datatype Default Null Option Comment
PlanID INTEGER ?   MANDATORY FK
PolicyNumber CHARACTER(20)   MANDATORY FK
ClaimSID INTEGER ?   MANDATORY FK
LineItem INTEGER 0   OPTIONAL System generated next sequential line item number for the plan claim.
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...
PlanClaim PlanClaimLineItem.PlanID = PlanClaim.PlanID and
PlanClaimLineItem.PolicyNumber = PlanClaim.PolicyNumber and
PlanClaimLineItem.ClaimSID = PlanClaim.ClaimSID
CASCADE if PlanClaimLineItem exists

Child Tables
Child TableJoin PhraseWhen deleting PlanClaimLineItem record...
PlanClaimLineItemData PlanClaimLineItemData.PlanID = PlanClaimLineItem.PlanID and
PlanClaimLineItemData.PolicyNumber = PlanClaimLineItem.PolicyNumber and
PlanClaimLineItemData.ClaimSID = PlanClaimLineItem.ClaimSID and
PlanClaimLineItemData.LineItem = PlanClaimLineItem.LineItem
CASCADE if PlanClaimLineItemData exists
PlanClaimCharge PlanClaimCharge.PlanID = PlanClaimLineItem.PlanID and
PlanClaimCharge.PolicyNumber = PlanClaimLineItem.PolicyNumber and
PlanClaimCharge.ClaimSID = PlanClaimLineItem.ClaimSID and
PlanClaimCharge.LineItem = PlanClaimLineItem.LineItem
CASCADE if PlanClaimCharge exists