docGroups


Description

Document group definitions managing document categories and groupings for patient document organization. This table defines document groups to support document categorization, organization, and access control for patient document management and clinical documentation workflows.

Columns

Column Type Size Nulls Auto Default Children Parents Comments
docGroupID int identity 4 null
PatientDocs.docGroupID FK__PatientDo__docGr__4238AEDF C

Primary key - Unique identifier for each document group

docGroupName varchar 50 null

Group name - Name of the document group or category

GroupID Unknown 0 null

Primary key - Unique identifier for each document group

GroupName Unknown 0 null

Group name - Name of the document group

Indexes

Constraint Name Type Sort Column(s)
PK__docGroups__3A978D17 Primary key Asc docGroupID

Relationships