CustomConfigInDiscipline


Description

Configuration discipline assignments linking custom configuration items to specific healthcare disciplines. This junction table manages which configuration options are available for specific disciplines, enabling discipline-specific customization and configuration management for healthcare service delivery and clinical workflows.

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
CustomConfig.configID FK__CustomCon__fkCon__22028025 R

Configuration reference - Links to CustomConfig table for the configuration item

fkDisciplineID int 4 null
Discipline.DisciplineID FK__CustomCon__fkDis__22F6A45E R

Discipline reference - Links to Discipline table for the healthcare discipline

Indexes

Constraint Name Type Sort Column(s)
PK__CustomConfigInDi__210E5BEC Primary key Asc ccidID

Relationships