Key | Name | Data Type | Max Length (Bytes) | Nullability | Identity | Description |
---|
 | RecID | int | 4 | NOT NULL | 1 - 1 | Record Identifier |
 | DocumentID | int | 4 | NULL allowed | | ID of the document |
 | Page | smallint | 2 | NULL allowed | | Page of reservation document record |
| PageCount | smallint | 2 | NULL allowed | | Number of pages of the document |
| PatientID | int | 4 | NULL allowed | | ID of the patient document is tied to |
| FolderID | varchar(10) | 10 | NULL allowed | | ID of the chart folder the document is in |
| DocumentName | varchar(50) | 50 | NULL allowed | | Name given to the document |
| Date | smalldatetime | 4 | NULL allowed | | Date of the reservation document record |
| CreateDate | smalldatetime | 4 | NULL allowed | | Date the item was created |
| Status | smallint | 2 | NULL allowed | | Curent status of the document |