Columns
| Column | Type | Size | Nulls | Auto | Default | Children | Parents | Comments |
|---|---|---|---|---|---|---|---|---|
| RuleBypassID | int identity | 4 | √ | null |
|
|
Primary key - Unique identifier for each rule bypass authorization |
|
| fkRuleCPID | int | 4 | √ | null |
|
|
Rule claim procedure reference - Links to the rule-claim procedure association that can be bypassed |
|
| fkCPID | int | 4 | √ | null |
|
|
Claim procedure reference - Links to ClaimProcedure table for the specific procedure authorized for bypass |
Indexes
| Constraint Name | Type | Sort | Column(s) |
|---|---|---|---|
| PK__RuleErrorBypass__4A4F9D4A | Primary key | Asc | RuleBypassID |
