Tab


Description

Tab navigation configuration managing main tab definitions and navigation structure within the application interface. This table defines primary tabs, their descriptions, associated images, and navigation properties, supporting dynamic user interface generation and role-based navigation customization for the healthcare management system.

Columns

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

Primary key - Unique identifier for each tab configuration

TabName varchar 20 null

Tab name - Display name of the tab in the user interface

TabDesc varchar 500 null

Tab description - Detailed description of the tab’s purpose and functionality

TabImageFile varchar 50 null

Tab image file - Image file name associated with the tab for visual identification

Indexes

Constraint Name Type Sort Column(s)
PK_Tab Primary key Asc TabID

Relationships