ProgramCustomForm


Description

Program-specific form associations linking educational programs to custom forms for data collection, assessment, and program-specific documentation. This system enables flexible form assignment and program-specific data collection requirements.

Columns

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

Primary key - Unique identifier for each program-form association, auto-incrementing integer

ProgramId int 4 null

Program reference - Reference to the educational program

CustomFormId int 4 null

Custom form reference - Reference to the custom form to be associated

Type nvarchar 40 null

Association type - Type of association between program and form (e.g., Enrollment, Assessment, Evaluation)

Indexes

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

Relationships