claimQueue


Description

Claim processing queue managing the queue of claims waiting for processing or review. This table tracks claims that are checked out for processing, supporting workflow management, claim assignment, and processing coordination to prevent duplicate work and ensure efficient claim processing workflows.

Columns

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

Claim reference - Links to Claim table for the queued claim

checkedOut int 4 null

Checked out flag - Indicates if claim is currently checked out for processing

Relationships