Columns
| Column | Type | Size | Nulls | Auto | Default | Children | Parents | Comments | |||
|---|---|---|---|---|---|---|---|---|---|---|---|
| claimerrorid | int | 4 | null |
|
|
Claim error ID - Identifier for the specific error type |
|||||
| claimid | int | 4 | null |
|
|
Claim reference - Links to Claim table for the claim with errors |
|||||
| ERID | int | 4 | √ | null |
|
|
Error reference ID - Links to error definition or clearinghouse error code |
||||
| pkClaimErrorID | int identity | 4 | √ | null |
|
|
Primary key - Unique identifier for each claim error record |
Indexes
| Constraint Name | Type | Sort | Column(s) |
|---|---|---|---|
| PK_Claimerror | Primary key | Asc | pkClaimErrorID |
| CLAIMID_INX | Performance | Asc | claimid |
| IX_claimerror | Performance | Asc | claimerrorid |
