DecReaInProgramType


Description

Declined reason program assignments linking declined reasons to specific program types for program-specific decline management. This junction table manages which decline reasons are available for specific program types, enabling program-specific decline reason configuration and tracking for healthcare service management.

Columns

Column Type Size Nulls Auto Default Children Parents Comments
declinedID int 4 null
DeclinedReason.DeclinedID FK__DecReaInP__decli__07D70320 C

Declined reason reference - Links to DeclinedReason table

IsDefault Unknown 0 null

Default flag - Boolean indicating if this is the default reason for the program type

ProgramID int 4 null

Program reference - Links to program type for this decline reason

Relationships