Columns
| Column | Type | Size | Nulls | Auto | Default | Children | Parents | Comments | |||
|---|---|---|---|---|---|---|---|---|---|---|---|
| fkEvalID | int | 4 | null |
|
|
Evaluation reference - Links to PatientEvaluation table for the associated evaluation (foreign key to PatientEvaluation.EvalID) |
|||||
| fkCPTID | int | 4 | null |
|
|
CPT code reference - Links to CPTCode table for the associated procedure code (foreign key to CPTCode.pkCPTID) |
|||||
| CptUnits | int | 4 | √ | null |
|
|
CPT units - Number of units for this CPT code in the evaluation |
Indexes
| Constraint Name | Type | Sort | Column(s) |
|---|---|---|---|
| PK_EvalCPT | Primary key | Asc/Asc | fkEvalID + fkCPTID |
