CustomConfigInProgType


Description

Configuration program type assignments linking custom configuration items to specific program types with ordering. This junction table manages which configuration options are available for specific program types, enabling program-specific customization and ordered configuration presentation for healthcare program management.

Columns

Column Type Size Nulls Auto Default Children Parents Comments
fkconfigID int 4 null
CustomConfig.configID FK__CustomConfigInProgType__CustomConfig C

Configuration reference - Links to CustomConfig table for the configuration item

ProgramID int 4 null

Program reference - Links to program type for this configuration

orderBy int 4 null

Display order - Order in which this configuration should be displayed

Relationships