The contents of the same tables can be exported into a CSV file for editing and importing into the same or another server. These features are available to users with Admin privileges.
The tables supporting the import and export features are the following:
Reading locations (Admin/Settings/Reading Locations page)
Scheduler tables, except Scheduler/Order table
The file must conform to the required format, as follows:
Row |
Format |
Description |
1 |
“COLID”[,”COLID”…]\n | The four-letter column ID (COLID) for a database field. COLID values can be found on the Customize Labels page (Admin/Settings/Customize Labels) |
2-N |
“Value”[,”Value”…]\n | Values assigned to the respective COLID field, separated by commas and terminated with a newline character. Values must be in DICOM-compliant format and the number of values in each row must equal the number of COLID’s defined in Row 1. |
To initialize one of the supported database tables, do the following:
Imported records are appended to existing records. No validation is performed on the imported data, including checks for duplicate or existing entries. A formatting error in any row means no records are imported. Import attempts are logged in the system log with Level=OTHER and Action=Import Table.
To export the contents of one of the supported database tables, do the following: