Key | Name | Data Type | Max Length (Bytes) | Nullability | Default | Description |
---|
 | ImageID | varchar(50) | 50 | NOT NULL | | Key to the Annotations table |
| Path | varchar(100) | 100 | NOT NULL | | Folder name .ANN file is stored in |
| FileName | varchar(50) | 50 | NOT NULL | | filename of .ANN file |
| AcquireDate | smalldatetime | 4 | NULL allowed | | Date Annotation was added |
| LastChange | smalldatetime | 4 | NULL allowed | | Last Edited Date |
| ArchiveDate | smalldatetime | 4 | NULL allowed | | NOT USED - NULL for all entries |
| Archive | tinyint | 1 | NOT NULL | ((0)) | NOT USED - 0 for all entries |
| ArchiveFileName | varchar(20) | 20 | NULL allowed | | NOT USED - NULL for all entries |
| Volume | varchar(3) | 3 | NULL allowed | | Volume of annotations |