Storage is the process by which DICOM files are transferred from one DICOM device to another. In order to receive files, you need to specify a Storage SCP Application Entity for the machine that will store the files that are returned. This entity uses the Storage SCP Service, which listens at a TCP/IP port for incoming DICOM files and writes them to a defined disk directory.

To configure the Storage SCP Service parameters and an Application Entity, complete the following steps:

  1. Open the DICOM Network Services utility in system configuration mode:

    DICOMEX_NET, /SYSTEM

    Note: The required Storage SCP Application Entity area is grayed out on the Configuration tab unless you start the DICOM Network Services utility using the SYSTEM keyword.

  2. In the Storage SCP Application Entity area, configure Storage SCP settings for the machine on which the files will be stored.

    Note: You must define a valid directory for Storage SCP Dir in order for the Storage SCP service to function correctly.

    Field

    Description

    Application Entity Name

    Accept the default value, IDL_AE_STOR_SCP or see Defining a New Application Entity to configure a new Application Entity.

    Storage SCP Dir

    Enter the full path to the directory location where the retrieved files will be located, or click the ... button to select or create the directory.

    If multiple clients access a single installation of IDL, this file storage directory will be shared among all users.

    File Extension

    Accept the default dcm extension or enter the extension that will be appended to files.

    Accept Any Application Entity Title

    Check this box to allow the Storage SCP Service to accept files from any remote machine. Uncheck this box to accept files only from Application Entities defined in this dialog and stored in the system configuration file.

    When you uncheck this box, enter Application Entity information for each remote file source machine that will be queried and will send files to the directory defined by Storage SCP Dir. This information must exist in the system configuration file. See Configuring an Application Entity for information on configuring AEs.

  3. Click Save to save the Application Entity and Storage SCP directory information.
  4. Stop and restart the Storage SCP Service. This step is required any time changes are made to the system configuration file. Click Stop Service and then click Start Service. You can then verify the service is running by clicking Update Service Status.

Note: Making changes in this dialog only affects characteristics of the local Storage SCP service Application Entity. It is not possible to change characteristics of remote SCP service nodes.

Make a note of the Storage SCP Application Entity information you have just configured. You will need to add this information on the device that will be queried for files. See Defining a Machine to Be Queried for instructions.

Tip: You can use the DICOMEX_GETSTORSCPDIR function to return the location of the directory associated with the DICOM Store SCP service. See DICOMEX_GETSTORSCPDIR for details.