iCommunicateStatus


Description

Communication status definitions managing status codes and actions for internal communication message workflows. This lookup table defines status names and associated actions for communication messages to support message lifecycle management, workflow automation, and status-based processing for internal healthcare team communication and messaging systems.

Columns

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

Primary key - Unique identifier for each communication status

statusName varchar 50 null

Status name - Name of the communication status (e.g., ‘Draft’, ‘Sent’, ‘Read’, ‘Archived’)

actionName varchar 300 null

Action name - Name of the action associated with this status for workflow processing

Indexes

Constraint Name Type Sort Column(s)
PK_iCommunicateStatus Primary key Asc pkiCommunicateStatusID

Relationships