CustomSetting


Description

Custom program settings managing program-specific custom settings and configuration flags. This table controls whether custom settings are enabled for specific program types and defines the type of customization, supporting program-specific behavior customization and feature enablement for healthcare program management.

Columns

Column Type Size Nulls Auto Default Children Parents Comments
ID int identity 4 null

Primary key - Unique identifier for each custom setting

ProgramTypeId int 4 null

Program type reference - Links to program type for this setting

IsUseCustomSetting bit 1 null

Use custom setting flag - Boolean indicating if custom settings are enabled

Type nvarchar 100 null

Setting type - Type or category of the custom setting

Indexes

Constraint Name Type Sort Column(s)
PK__CustomSe__3214EC2708758811 Primary key Asc ID

Relationships