Last Updated: 9/24/2025 12:09:38 PM
Intergy Version: 22.00.00.00
EligibilityComment
Table Definition  Parent Tables  Child Tables
Table Definition| Field | Datatype | Default | Null Option | Comment |
|---|---|---|---|---|
| EligibilitySID | INTEGER | ?   | MANDATORY | FK - From EligibilityBenefit. System generated unique id using the EDI sequence. |
| EligibilityBenefitCount | INTEGER | 0   | MANDATORY | FK - From EligibilityBenefit. Loop Sequence Number related to a unique Eligibility. |
| CommentSeqNum | INTEGER | 0   | MANDATORY | Comment Sequence Number related to a unique Eligibility and Loop. |
| Comment | CHARACTER(500) |   | OPTIONAL | Comments or Messages that could not be translated. |
| 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... |
|---|---|---|
| EligibilityBenefit | EligibilityComment.EligibilitySID = EligibilityBenefit.EligibilitySID and EligibilityComment.EligibilityBenefitCount = EligibilityBenefit.EligibilityBenefitCount |
CASCADE if EligibilityComment exists |
| Child Table | Join Phrase | When deleting EligibilityComment record... |
|---|