Key | Name | Data Type | Max Length (Bytes) | Nullability | Default | Description |
---|
 | FileCabinet | int | 4 | NOT NULL | ((0)) | 0 = Image is not in a File Cabinet. >0 = ID of file cabinet image is in (ties to File_Cabinets.code |
| UserCode | int | 4 | NOT NULL | | Link to sec_users.UserCode |
| SignOffDate | datetime | 8 | NOT NULL | | Date Image was signed off |
 | DocumentID | int | 4 | NOT NULL | | Link to Doc_Header.DocumentID or one of the dynamically created File Cabinet tables DocumentID (ie FCH0000001.DocumentID) |
 | SignOffID | int | 4 | NOT NULL | | Key to the SIGNOFFS table. Uses System.NextSignOffID to increment. |