Columns
| Column | Type | Size | Nulls | Auto | Default | Children | Parents | Comments | ||||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| DateCreated | smalldatetime | 16 | √ | null |
|
|
Creation date - Date when the diagnosis code was added to the system |
|||||||||||||
| CreatedBy | int | 4 | √ | null |
|
|
Created by user - UserID of the person who added the diagnosis code |
|||||||||||||
| Deleted | bit | 1 | √ | null |
|
|
Deletion flag - Boolean indicator for soft deletion |
|||||||||||||
| DeletedDate | Unknown | 0 | null |
|
|
Deletion date - Date when the diagnosis code was marked as deleted |
||||||||||||||
| DiagnosisCode | varchar | 20 | null |
|
|
Diagnosis code - ICD diagnosis code (ICD-9, ICD-10, etc.) |
||||||||||||||
| DiagnDesc | varchar | 100 | √ | null |
|
|
Diagnosis description - Description of the medical diagnosis |
|||||||||||||
| pkDiagID | int identity | 4 | √ | null |
|
|
Primary key - Unique identifier for each diagnosis record |
|||||||||||||
| ICD10 | bit | 1 | √ | null |
|
|
ICD-10 flag - Boolean indicator whether this is an ICD-10 diagnosis code |
Indexes
| Constraint Name | Type | Sort | Column(s) |
|---|---|---|---|
| PK_Diagnosis | Primary key | Asc | pkDiagID |
