Today, an initial version of a new command line tool has been made available as part of the latest development version of the DCMTK. Its name is “dcmsend”. It is a “Simple Storage Service Class User”. This new tool, together with its underlying C++ class DcmStorageSCU, allows for sending arbitrary DICOM files more easily, because:
- It has less options than the good old storescu.
- It checks the DICOM files to be sent for creating the list of presentation contexts automatically.
- It supports on-the-fly decompression of DICOM datasets (if needed).
- It supports multiple associations (one after the other) to overcome DICOM’s limitation of 128 presentation contexts.
- It provides a detailed report on the overall transfer, including a list of all SOP instances with their associated DIMSE status.