ScanStatus


Description

Scan status codes that track the processing status of scanned documents through various stages of the document processing workflow.

Columns

Column Type Size Nulls Auto Default Children Parents Comments
IsActive Unknown 0 null

Active status - Whether this status is currently used

scanStatusID int identity 4 null

Reference identifier - Foreign key reference to related entity or lookup table

scanStatus varchar 30 null

Status indicator - Current operational status or state of ScanStatus records

StatusCode Unknown 0 null

Status code - Short code for the scan status

StatusDescription Unknown 0 null

Status description - Description of the scan status

StatusId Unknown 0 null

Primary key - ScanStatus unique identifier for each scan status

Indexes

Constraint Name Type Sort Column(s)
PK__ScanStatus__6B24EA82 Primary key Asc scanStatusID

Relationships