Columns
| Column | Type | Size | Nulls | Auto | Default | Children | Parents | Comments | |||||||||||||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| BillingRules | Unknown | 0 | null |
|
|
Billing rules - Specific billing and reimbursement rules for this program type, applied consistently across all client databases |
|||||||||||||||||||||||
| ComplianceRequirements | Unknown | 0 | null |
|
|
Compliance requirements - Regulatory and documentation requirements enforced across all integrated systems |
|||||||||||||||||||||||
| IsActive | Unknown | 0 | null |
|
|
Active status - Whether this program type is currently available for use across all client databases |
|||||||||||||||||||||||
| ProgramCategory | Unknown | 0 | null |
|
|
Program category - Higher-level classification (EI, CPSE, Private Pay, etc.) used for consistent program grouping across the multi-tenant system |
|||||||||||||||||||||||
| ProgramDescription | Unknown | 0 | null |
|
|
Program description - Detailed explanation of the program’s purpose and scope, displayed in cross-database views for comprehensive program documentation |
|||||||||||||||||||||||
| ProgramID | int identity | 4 | √ | null |
|
|
Reference identifier - Foreign key reference to related entity or lookup table |
||||||||||||||||||||||
| ProgramName | varchar | 255 | √ | null |
|
|
Program name - Descriptive name of the healthcare program or service type |
||||||||||||||||||||||
| ProgramFullName | varchar | 255 | √ | null |
|
|
Name field - Descriptive name or identifier for ProgramType records |
||||||||||||||||||||||
| Municipalty | varchar | 50 | √ | null |
|
|
Text field - Municipalty text information for ProgramType records |
||||||||||||||||||||||
| CountyCode | varchar | 2 | √ | null |
|
|
Numeric value - Quantity, count, or numeric measurement for ProgramType records |
||||||||||||||||||||||
| RequiresAuthorization | Unknown | 0 | null |
|
|
Authorization required - Whether services under this program require prior authorization |
Indexes
| Constraint Name | Type | Sort | Column(s) |
|---|---|---|---|
| PK__ProgramType__1DB06A4F | Primary key | Asc | ProgramID |