DisTypeIDInProgType


Description

Discipline type program type associations that define which healthcare disciplines are available within specific program types for service planning and delivery.

Columns

Column Type Size Nulls Auto Default Children Parents Comments
AssociationID Unknown 0 null

Primary key - DisTypeIDInProgType unique identifier for each association

DefaultRate Unknown 0 null

Default rate - Default billing rate for this discipline in this program

DPID int identity 4 null

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

DisTypeID int 4 null
DisciplineType.DisTypeID FK__DisTypeID__DisTy__75785BC3 C

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

fkDisciplineTypeID Unknown 0 null

Discipline type reference - Reference to the discipline type

fkProgramTypeID Unknown 0 null

Program type reference - Reference to the program type

IsRequired Unknown 0 null

Required flag - Whether this discipline is required for this program type

MaxUnitsPerWeek Unknown 0 null

Maximum units per week - Maximum service units allowed per week

ProgramID int 4 null
ProgramType.ProgramID FK__DisTypeID__Progr__766C7FFC C

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

Indexes

Constraint Name Type Sort Column(s)
PK_DisTypeIDInProgType Primary key Asc DPID
IX_DisTypeID Performance Asc DisTypeID

Relationships