Key | Name | Data Type | Max Length (Bytes) | Nullability | Default | Description |
---|
 | FormID | int | 4 | NOT NULL | | Key to the Forms_Header table |
 | FormName | varchar(50) | 50 | NULL allowed | | Name of Form |
| FolderID | varchar(10) | 10 | NULL allowed | | Folder. When the form is created on a patients chart, what folder should it appear under in. Link to Folder_Template.FolderID. |
| DocumentName | varchar(50) | 50 | NULL allowed | | Document name. It can be different than the Form Name. |
| Status | int | 4 | NOT NULL | ((1)) | 0 = inactive, 1 = active |
| AutoLock | int | 4 | NOT NULL | ((0)) | 0 = No, 1 = Yes |
| BarcodeDocumentName | varchar(50) | 50 | NULL allowed | | Name of the document associated with the specific barcode |
| BarcodeDate | datetime | 8 | NULL allowed | | Date in barcode for the form header |
| BarcodeFolderID | varchar(10) | 10 | NULL allowed | | ID of the folder where document will be sorted to based on the setup barcode for that document |