Columns
| Column | Type | Size | Nulls | Auto | Default | Children | Parents | Comments | |||
|---|---|---|---|---|---|---|---|---|---|---|---|
| fkClaimID | int | 4 | null |
|
|
Claim reference - Links to Claim table for the associated claim |
|||||
| fkCPTID | int | 4 | null |
|
|
CPT code reference - Links to CPTCode table for the procedure code |
|||||
| CptUnits | int | 4 | √ | null |
|
|
CPT units - Number of units of this procedure performed |
Indexes
| Constraint Name | Type | Sort | Column(s) |
|---|---|---|---|
| PK_ClaimCPT | Primary key | Asc/Asc | fkClaimID + fkCPTID |
