FormCategories


Description

Form categorization system - Classification system for organizing forms, documents, and data collection instruments by functional categories. This table manages form categories, system codes, and display settings to support form organization, user interface navigation, and administrative workflows for healthcare documentation and data collection systems.

Columns

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

Category primary key - Unique identifier for each form category

Name varchar 250 null

Category name - Descriptive name for the form category

SystemCode varchar 10 null

System code - Short code for system integration and identification

IsShow bit 1 ((1))

Display flag - Indicates if this category should be shown in user interfaces

CreatedDate datetime 16,3 null

Creation date - Date when this category was created

CreatedBy int 4 null

Created by user - UserID of the person who created this category

UpdatedDate datetime 16,3 null

Last update date - Date when this category was last modified

UpdatedBy int 4 null

Updated by user - UserID of the person who last updated this category

DeletedDate datetime 16,3 null

Deletion date - Date when this category was soft deleted

Indexes

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

Relationships