Previous Topic

Next Topic

Book Contents

Book Index

What happens with received DICOM Images

There are different possibilities what the PMOD DICOM server can do with the received images:

PMOD has the capability to configure different behaviors of the DICOM server. The configuration is not tied to the PMOD user who starts it. Therefore, the saving configuration is performed in the DICOM section of the PMOD configuration. So please select the DICOM tab and finally the DICOM SERVER sub-tab. Example configurations are shown below, but many other conversions are also possible.

Saving the Images in a Database

The following configuration is recommended for all users who run a local database.
Dicom Save DB new

In the example the DICOM server is receiving the images in the directory C:/Pmod3.5/data/dicom/tmp, saves them in the database Pmod, and then deletes the images in the temporary directory. When a remote DICOM client queries the PMOD DICOM server for studies, it will list all the studies in the Pmod database.

Saving the Images as DICOM Part 10 Offline-Files

Alternatively, the received images can be saved in a DICOM Part 10 compliant manner. This behavior is configured as follows.

DICOM Save Part 10

With this configuration, the images are stored in a directory hierarchy starting at Pmod3.5/data/dicom/storage. A DICOMDIR file will be maintained in the same root directory, and used to answer queries.

Note that you can use PMOD to create DICOM-compliant CDs. Just burn the DICOMDIR and the directory containing the DICOM files to a CD.

Filtering out Secondary Capture Images and Printing them

The configuration below illustrates another conversion ability.

Dicom Graphic Save

The images are converted to JPEG (GRAPHIC), a report page is prepared (Print hard copy) and sent to the system default printer, but only if the incoming object is of type Secondary Capture (Convert SC objects only). The original DICOM files are deleted, but the JPEG images are retained in the directory Pmod3.5/data/dicom/graphic. The additional checks allow routing the SC DICOM objects to a remote DICOM server such as a PACS, and deleting the JPEG files after printing.