Columns
| Column | Type | Size | Nulls | Auto | Default | Children | Parents | Comments |
|---|---|---|---|---|---|---|---|---|
| RuleCPID | int identity | 4 | √ | null |
|
|
Primary key - Unique identifier for each market-specific rule configuration |
|
| fkClaimTypeID | int | 4 | √ | null |
|
|
Claim type reference - Links to claim type that this market rule applies to |
|
| Market | varchar | 100 | √ | null |
|
|
Market identifier - Market or region identifier where this rule applies |
|
| RuleError | varchar | 10 | √ | null |
|
|
Rule error code - Code identifying the specific business rule for this market |
|
| Lock | int | 4 | √ | null |
|
|
Lock status - Numeric indicator for locking status of the market rule |
|
| checkOrder | int | 4 | √ | null |
|
|
Check order - Numeric order for rule evaluation within the market context |
Indexes
| Constraint Name | Type | Sort | Column(s) |
|---|---|---|---|
| PK__RuleErro__41085D1172AF98CD | Primary key | Asc | RuleCPID |
