Storing DICOM data on a remote server#

Storing DICOM data on a remote server is performed through odil store:

odil store \
  www.dicomserver.co.uk 11112 WORKSTATION SERVER \
  file1.dcm file2.dcm fileN.dcm

The first four arguments are the TCP/IP information (respectively the host and port) and the name of the DICOM applications (respectively the calling and called AE titles). The remaining arguments are the paths to the files to be sent to the remote application.