DICOM Server Definition

<< Click to Display Table of Contents >>

Navigation:  Installation > PMOD ATL Server Installation and Configuration > System Configuration > DICOM Server Configuration >

DICOM Server Definition

To configure the DICOM server please select the DICOM panel of the configuration window and select the DICOM SERVER tab.

DOCM Server Configuration

The DICOM server of a particular system is defined by two entities, the:

Port number on which the server is listening,

Application Entity Title (AET) which has been given to the server.

Note:

On Linux systems there exist reserved ports which require special permission to allocate. If such a port is defined as the PMOD DICOM server port, the server cannot be started from a user account and issues a message Permission denied. Starting as root will normally succeed, but this has the disadvantage that the saved files will all belong to the root. To prevent this situation a higher port number (typically >4000) should be used on Linux, rather than the default DICOM port 104.

Please note that in PMOD ATL example we are using port number 5030 not default 4030.

Besides the basic server information there is an additional check relevant for the DICOM server operation: Accept incoming connections from any AE. If it is checked, any association request will be accepted, so images will be received from any system, otherwise only from known systems. Note that as long as the sending node is not configured, it will not be able to retrieve images from the PMOD DICOM server.

DICOM Server Saving Definition

There is still one configuration missing for the DICOM server, namely what he has to do with the received data. This can be done as follows in the same panel as above. Make sure that for Database access by user ATL_Manager user is selected from the list. Then select on the DICOM tab the DICOM SERVER panel as illustrated below.

Make sure that the Conversion to box is checked, the format is set to Database, and the Import database is selected. With this configuration the original DICOM data will be added to the Import database.

Dicom Save

The Answer Query from box can be deactivated to disallow remote querying. In the example above querying will be allowed to the Import database.

Script for DICOM Server

The Save Standalone Script button serves for generating a starting script for the DICOM server with the defined configuration and definition. It shows a dialog window where all the above settings and definitions are summarized. The script content is shown, and can be saved in the Start_ATL folder within the Pmod4.1 directory by the Yes button under a given Name.

picture_8787

The -std flag indicates the standard communication port, while -tls would be used for specifying the secure port.