ClaimAction


Description

Claim action definitions that define the various actions that can be performed on claims during processing, workflow management, and status updates.

Columns

Column Type Size Nulls Auto Default Children Parents Comments
ActionDesc varchar 500 null

Description field - Detailed description or explanation of ClaimAction information

ActionDescription Unknown 0 null

Action description - Detailed explanation of what the action does

ActionID int identity 4 null

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

ActionErrorEntry varchar 500 null

Text field - ActionErrorEntry text information for ClaimAction records

ActionName Unknown 0 null

Action name - Descriptive name of the claim action

ActionStatus varchar 50 null

Status indicator - Current operational status or state of ClaimAction records

ActionNotes varchar 5000 null

Text field - ActionNotes text information for ClaimAction records

ActionType Unknown 0 null

Action type - Classification of the action (Status Change, Validation, etc.)

IsActive Unknown 0 null

Active status - Whether this action is currently available

useraction bit 1 null

Boolean flag - Indicates whether specific condition or feature is enabled/active

Indexes

Constraint Name Type Sort Column(s)
PK_ClaimAction Primary key Asc ActionID

Relationships