Name | Description |
---|
dbo.ANNOTATIONS | Annotations. These are .ANN files that get overlayed on images. Filepath to .ANN files. |
dbo.DOC_DETAIL | Stores Page information about a given document. A 5 page document will have 5 rows in this table |
dbo.DOC_FLAGS | Flagged Documents |
dbo.DOC_HEADER | Stores images on the patients chart. Works in conjunction with doc_detail where we store page information. |
dbo.DOC_RESERVATIONS | Forms printed that contain barcodes. |
dbo.DOCNOTES | Holds "Doc Notes" and "Task Notes" for an image. |
dbo.FOLDER_TEMPLATE | Folders can be created to organize scanned images in a patients chart. |
dbo.FORMS_ANNOTATIONS | Annotation for a form. This appears on the form. |
dbo.FORMS_BACKGROUNDS | Background to the form. |
dbo.FORMS_DD | When "Database fields" are added to a form, the list of available fields comes from this table. |
dbo.FORMS_DETAIL | This contains all the elements that appear in the form. 1 row per element. |
dbo.FORMS_HEADER | Form information. The individual elements on the form are in Form_Detail. |
dbo.Forms_XML | Forms data |
dbo.OCR_CONTENTS | Optical Character Recognition table. Contains the recognized text on a docuemnt. |
dbo.PATIENT_NOTES | Notes about the patient. |
dbo.PATIENTS_EDIT | Patient Demographics |
dbo.SEC_GROUPS | Security Groups. |
dbo.SEC_USERS | Users |
dbo.SIGNOFFS | Documents that has been signed off. |
dbo.TB_BASKETS | Task basket for a single user or a shared task basket (either with and without an owner) for multiple users all being able to see all the tasks in the shared basket. |
dbo.TB_MAIN | Tasks |
dbo.WAREHOUSES | Warehouses |