Columns
| Column | Type | Size | Nulls | Auto | Default | Children | Parents | Comments |
|---|---|---|---|---|---|---|---|---|
| Code | varchar | 10 | null |
|
|
Code identifier - Standardized code or identifier for CPTCode classification |
||
| CodeDesc | varchar | 100 | √ | null |
|
|
Description field - Detailed description or explanation of CPTCode information |
|
| CPTCode | Unknown | 0 | null |
|
|
CPT code - The actual CPT code (e.g., 92507, 92508) |
||
| CPTCodeID | Unknown | 0 | null |
|
|
Primary key - CPTCode unique identifier for each CPT code |
||
| CPTDescription | Unknown | 0 | null |
|
|
CPT description - Official description of the procedure or service |
||
| EffectiveDate | Unknown | 0 | null |
|
|
Effective date - Date when this CPT code became valid |
||
| IsActive | Unknown | 0 | null |
|
|
Active status - Whether this CPT code is currently valid for use |
||
| pkCPTID | int identity | 4 | √ | null |
|
|
Primary key - CPTCode unique identifier for each record |
Indexes
| Constraint Name | Type | Sort | Column(s) |
|---|---|---|---|
| PK_CPTCode | Primary key | Asc | pkCPTID |