Use the DICOMEX_NET procedure to launch the DICOM Network Services utility, which supports the following DICOM network services:

  • Echo SCU
  • Query/Retrieve SCU
  • Storage SCU
  • Storage SCP

See Overview of DICOM Network Services for an introduction. See Using IDL DICOM Network Services for complete details on how to use the DICOM Network Services utility.

Syntax


DICOMEX_NET [, /SYSTEM]

Keywords


SYSTEM

Set this keyword to start the DICOM Network Services utility in system mode. This mode allows you to define the directory and Application Entity associated with the Storage SCP Service.

If you do not set this keyword, the DICOM Network Services utility starts in local mode. In this mode you can configure Application Entities, and access Query Retrieve and Storage SCU functionality.

See Starting the Network Services Utility for details.

Examples


Start the DICOM Network Services utility in local mode:

DICOMEX_NET

Start the DICOM Network Services utility in system mode:

DICOMEX_NET, /SYSTEM

Version History


6.2

Introduced