Columns
| Column | Type | Size | Nulls | Auto | Default | Children | Parents | Comments |
|---|---|---|---|---|---|---|---|---|
| ID | int identity | 4 | √ | null |
|
|
Primary key - Unique identifier for each program-custom form association |
|
| ProgramId | int | 4 | √ | null |
|
|
Program reference - Links to the healthcare program that uses this custom form |
|
| CustomFormId | int | 4 | √ | null |
|
|
Custom form reference - Links to the custom form or template associated with the program |
|
| Type | nvarchar | 40 | √ | null |
|
|
Form type - Type or category of the custom form (e.g., ‘Assessment’, ‘Intake’, ‘Progress Note’, ‘Evaluation’) |
Indexes
| Constraint Name | Type | Sort | Column(s) |
|---|---|---|---|
| PK__ProgramC__3214EC2771722728 | Primary key | Asc | ID |
