Home
SQL Image Viewer online help Prev Page Prev Page
Introduction
About SQL Image Viewer
Version history
Contact us
User Guide
System requirements
Editor command selection
Exporting large number of images
Reference Guide
Main menu
Connect to Database
Connecting to databases directly without client libraries installed
Connecting to an Oracle database
Connecting to a DB2 database
Options
General options
Thumbnail options
Hex view
The work area
SQL editor
Results
Other binary data
Image viewer
Hex viewer
Export items wizard
Post-processing Office files
Image options
File naming convention
Datetime format specifiers
Command line interface
Parameters, logs and exit codes
Advanced options
CROP option
Troubleshooting
Expired trial
Invalid licenses
Unidentified images or binary data
DICOM images
Hidden Excel worksheets

DICOM images

SQL Image Viewer has limited support to identify and display DICOM images. The support is limited because there is no standardization of the DICOM format. What we have done is to ensure that SQL Image Viewer can display all the test DICOM images found on this page: http://www.barre.nom.fr/medical/samples/.

When SQL Image Viewer identifies a DICOM image, it will display it accordingly in the results panel:

dicom01  

If SQL Image Viewer fails to identify the image as a DICOM image, you can force it by adding a 'sivdatatype' column in your result set, with the value 'dcm' e.g.

dicom02  

What this does is to tell SQL Image Viewer that when it fails to identify the image type stored in the field, it should look at the type specified in the 'sivdatatype' column, and try to display the image accordingly. In our previous result set, not all the images conformed to the standard DICOM format. However, by using the 'sivdatatype' column to tell SQL Image Viewer to try loading the images as DICOM images, we can display the other images.

dicom03  

If you have a DICOM image that cannot be displayed using SQL Image Viewer, even when using the 'sivdatatype' method, please send a copy of the image to us at support@yohz.com, and we'll try to add support for that particular DICOM format.

When you double click on any one of the DICOM images, it will be displayed in the 'Image viewer' e.g.

dicom04  

DICOM files that contain multiple images will be displayed in a filmstrip e.g.

dicom06