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

Intergy Version: 22.00.00.00

PlanClaimChargeRemitRmk

Table Definition  Parent Tables  Child Tables

Table Definition

Description: Table will contain charge remark codes that are remitted in remittance advice. (LQ Segment of the 835 specification document)

Field Datatype Default Null Option Comment
PlanID INTEGER ?   MANDATORY FK - PlanClaimChargeRemit
ClaimSID INTEGER ?   MANDATORY FK - PlanClaimChargeRemit
PolicyNumber CHARACTER(20)   MANDATORY FK - PlanClaimChargeRemit
ChargeSID INTEGER ?   MANDATORY FK - PlanClaimChargeRemit
RemitCount INTEGER 0   MANDATORY FK - PlanClaimChargeRemit
IndustryCode CHAR(30)   MANDATORY Code indicating a code from a specific industry code list
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...
PlanClaimChargeRemit PlanClaimChargeRemitRmk.PlanID = PlanClaimChargeRemit.PlanID and
PlanClaimChargeRemitRmk.ClaimSID = PlanClaimChargeRemit.ClaimSID and
PlanClaimChargeRemitRmk.PolicyNumber = PlanClaimChargeRemit.PolicyNumber and
PlanClaimChargeRemitRmk.ChargeSID = PlanClaimChargeRemit.ChargeSID and
PlanClaimChargeRemitRmk.RemitCount = PlanClaimChargeRemit.RemitCount
CASCADE if PlanClaimChargeRemitRmk exists

Child Tables
Child TableJoin PhraseWhen deleting PlanClaimChargeRemitRmk record...