AgencyProgramType


Description

Agency program type assignments that define which healthcare program types are available to specific agencies based on their service agreements and regulatory approvals.

Columns

Column Type Size Nulls Auto Default Children Parents Comments
AgencyID int 4 null
Agency.AgencyID FK_AgencyProgramType_Agency R

Agency reference - Reference to the agency (foreign key to Agency.AgencyID)

ProgramID int 4 null
ProgramType.ProgramID FK_AgencyProgramType_ProgramType R

Program type reference - Reference to the program type (foreign key to ProgramType.ProgramID)

AgencyProgramID int identity 4 null

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

Indexes

Constraint Name Type Sort Column(s)
PK__AgencyProgramTyp__0E44098D Primary key Asc AgencyProgramID

Relationships