Columns
| Column | Type | Size | Nulls | Auto | Default | Children | Parents | Comments | |||
|---|---|---|---|---|---|---|---|---|---|---|---|
| ccidID | int identity | 4 | √ | null |
|
|
Primary key - Unique identifier for each configuration-discipline assignment |
||||
| fkConfigID | int | 4 | √ | null |
|
|
Configuration reference - Links to CustomConfig table for the configuration item |
||||
| fkDisciplineID | int | 4 | √ | null |
|
|
Discipline reference - Links to Discipline table for the healthcare discipline |
Indexes
| Constraint Name | Type | Sort | Column(s) |
|---|---|---|---|
| PK__CustomConfigInDi__210E5BEC | Primary key | Asc | ccidID |
