Columns
| Column | Type | Size | Nulls | Auto | Default | Children | Parents | Comments |
|---|---|---|---|---|---|---|---|---|
| ID | int identity | 4 | √ | null |
|
|
Configuration primary key - Unique identifier for each form configuration |
|
| CPID | int | 4 | null |
|
|
Clinical provider reference - Links to clinical provider for form authorization |
||
| VisitCodes | varchar | 250 | √ | null |
|
|
Visit codes list - Comma-separated list of authorized visit codes |
|
| FormIds | varchar | 250 | √ | null |
|
|
Form IDs list - Comma-separated list of authorized form identifiers |
|
| CategoryIds | varchar | 250 | √ | null |
|
|
Category IDs list - Comma-separated list of authorized category identifiers |
|
| VisitCodeNames | varchar | 1000 | √ | null |
|
|
Visit code names - Comma-separated list of visit code descriptions |
|
| FormNames | varchar | 1000 | √ | null |
|
|
Form names - Comma-separated list of authorized form names |
|
| CategoryNames | varchar | 1000 | √ | null |
|
|
Category names - Comma-separated list of authorized category names |
Indexes
| Constraint Name | Type | Sort | Column(s) |
|---|---|---|---|
| PK_FormConfigurations | Primary key | Asc | ID |
