Columns
| Column | Type | Size | Nulls | Auto | Default | Children | Parents | Comments |
|---|---|---|---|---|---|---|---|---|
| ClaimTypeID | Unknown | 0 | null |
|
|
Claim type identifier - Reference to the claim type |
||
| CPID | int | 4 | null |
|
|
Reference identifier - Foreign key reference to related entity or lookup table |
||
| fkClaimTypeID | int | 4 | √ | null |
|
|
Foreign key reference - Reference to ClaimType table for data relationships |
|
| fkProgramID | int | 4 | √ | null |
|
|
Foreign key reference - Reference to Program table for data relationships |
|
| ReqAuth | int | 4 | √ | null |
|
|
Numeric value - Quantity, count, or numeric measurement for ClaimtypeInProgramType_vw records |
|
| MaxUnit | int | 4 | √ | null |
|
|
Numeric value - Quantity, count, or numeric measurement for ClaimtypeInProgramType_vw records |
|
| claimtypename | varchar | 100 | null |
|
|
Claim type name - Name of the claim type |
||
| programname | varchar | 255 | √ | null |
|
|
Program name - Name of the associated program type |
|
| Market | varchar | 10 | null |
|
|
Market classification - Business market category (EI, Private, CPSE, etc.) |