File: store.rst

package info (click to toggle)
odil 0.13.0-3
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 5,620 kB
  • sloc: cpp: 55,997; python: 3,947; javascript: 460; xml: 182; makefile: 99; sh: 36
file content (14 lines) | stat: -rw-r--r-- 661 bytes parent folder | download | duplicates (5)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
Storing DICOM data on a remote server
=====================================

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

.. code-block:: bash
  
  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.

.. _name of the DICOM applications: http://dicom.nema.org/medical/dicom/current/output/chtml/part08/chapter_C.html