QaNoteCategory


Description

Quality assurance note categories defining categories and classifications for QA notes and quality review documentation. This lookup table manages QA note categories with internal table and field mappings, supporting structured quality assurance documentation, note categorization, and systematic quality review processes for healthcare service delivery and compliance monitoring.

Columns

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

Primary key - Unique identifier for each QA note category

QaNoteCategoryName nvarchar 100 null

Category name - Descriptive name of the quality assurance note category

InternalTable nvarchar 100 null

Internal table reference - Database table name associated with this QA note category for data mapping

InternalField nvarchar 100 null

Internal field reference - Database field name associated with this QA note category for data mapping

Indexes

Constraint Name Type Sort Column(s)
PK_QaNoteCategory Primary key Asc pkQaNoteCategoryID

Relationships