ShowHideSetting


Description

Show/hide display settings managing user interface visibility controls and display preferences for forms and system components. This table stores custom settings for showing or hiding interface elements, supporting personalized user experiences, role-based interface customization, and flexible display configuration for healthcare applications and user workflows.

Columns

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

Primary key - Unique identifier for each show/hide setting

Value int 4 null

Setting value - Numeric value indicating the display setting (0=Hide, 1=Show, etc.)

CustomSettingId int 4 null

Custom setting reference - Links to custom setting configuration that this display setting applies to

Indexes

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

Relationships