KServiceTypeMap


Description

Kinney service type mapping that maps standard service types to Kinney program-specific service classifications for specialized billing and reporting requirements.

Columns

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

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

KServiceID int 4 null

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

KServiceType varchar 50 null

Type classification - Category or classification type for KServiceTypeMap records

fkServiceTypeID int 4 null

Foreign key reference - Reference to ServiceType table for data relationships

KinneyServiceType Unknown 0 null

Kinney service type - Kinney program-specific service type

MappingId Unknown 0 null

Primary key - KServiceTypeMap unique identifier for each service type mapping

ServiceDescription Unknown 0 null

Service description - Description of the mapped service type

StandardServiceType Unknown 0 null

Standard service type - Reference to the standard service type

Indexes

Constraint Name Type Sort Column(s)
PK_KServiceTypeMap Primary key Asc ID

Relationships