MakeUpSession


Description

Makeup session configuration managing policies and rules for makeup sessions when regular therapy sessions are missed or cancelled. This table defines makeup session parameters including time limits, maximum allowances, and program-specific rules, supporting flexible makeup session management, compliance with service requirements, and continuity of care for early intervention and therapy services.

Columns

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

Primary key - Unique identifier for each makeup session configuration

ProgramId int 4 null

Program reference - Links to the program type that this makeup session configuration applies to

PaySourceId nvarchar 100 null

Pay source reference - Links to payment source that this makeup session policy applies to

DaysToMakeUp int 4 null

Makeup timeframe - Number of days allowed to schedule and complete a makeup session

MaxMakeUpsPerMonth int 4 null

Monthly limit - Maximum number of makeup sessions allowed per month

Indexes

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

Relationships