AppClientSetting


Description

Application client settings storing configuration settings and preferences for different client applications accessing the healthcare system. This table manages client-specific configurations, user interface preferences, and application behavior settings for various healthcare applications and modules.

Columns

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

Primary key - Unique identifier for each application client setting

ClientName Unknown 0 null

Client name - Name or identifier of the client application

FkAppId int 4 null

Application reference - Links to the specific application or module these settings apply to

IsShow bit 1 null

Show flag - Boolean indicating if this client setting should be displayed to users

Order int 4 null

Display order - Order in which this client setting appears in user interfaces

IsHidden bit 1 null

Hidden flag - Boolean indicating if this client setting should be hidden from users

Indexes

Constraint Name Type Sort Column(s)
PK_AppClientSetting Primary key Asc AppClientId

Relationships