Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

No Format
dcmof [Options] [<aet>[@<ip>]:]<port>

Options

No Format
 -soclosedelayasync <maxops>  <ms>   delay in ms for Socket close after sending A-ABORT,
  maximum number of outstanding operations
                   50ms by default  -releaseTO <ms>    performed asynchronously, timeoutunlimited inby
ms for receiving A-RELEASE-RP, 5s by                       default.
 -requestTO <ms>bigendian                 accept Explict VR timeoutBig inEndian msTransfer forSyntax.
receiving -ASSOCIATE-RQ, 5s byC,--comments              include attribute names as comments in XML
             default  -idleTO <ms>         timeout in ms foroutput
receiving DIMSE-RQc,--compact 60s by default  -reaper <ms>         periodsuppress inadditional mswhitespaces toin checkXML foroutput
outstanding DIMSE-RSP,defts 10s                    accept only default byTransfer defaultSyntax.
 -pdv1device <name>             set device sendname, onlyuse oneDCMOF PDVby indefault
one P-h,-Data-TFhelp PDU, pack command               print this message
 -ian <dir>   and  data PDV in one P-DATA-TF PDU by default.  -rcvpdulen <KB>  Activate IAN SCP, storing maximalreceived lengthIAN in
KB of received P-DATA-TF PDUs,                       16KB byspecified defaultdirectory.
 -sndpdulen <KB>ianxml <dir>              Activate  maximal length in KB of sent P-DATA-TF PDUs, 16KB byIAN SCP, storing received IAN in
                            specified directory in XML defaultformat.
 -C,--commentsidleTO <ms>           include attribute names as commentstimeout in XMLms outputfor receiving DIMSE-V,--versionRQ, 60s by
                       print the version information and exitdefault
 -async <maxops>keypw <password>          password for accessing  maximum number of outstanding operations performedthe key in the
                            asynchronouslykeystore, keystore unlimitedpassword by default.
 -bigendian    keystore <file|url>       file path or URL of P12 or JKS keystore,
      accept   Explict VR Big Endian Transfer Syntax.  -c,--compact         suppress additional whitespaces in XML output resource:tls/test_sys_2.p12 by default
 -deftskeystorepw <password>     password for keystore file, 'secret' by
    accept     only default Transfer Syntax.  -h,--help            print this messagedefault
 -ianmpps <dir>                Activate IANMPPS SCP, storing received IANMPPS in
     specified                       specified directory.
 -ianxmlmppsxml <dir>             Activate IANMPPS SCP, storing XML received IAN in specifiedMPPS
                            in specified directory in XML format.
 -mppsmwl <dir>                 Activate MPPSMWL SCP, storing received MPPS in providing MWL Items stored
                            in specified directory.
 -no_ssl2                   disable the use of SSLv2 for TLS -mppsxml <dir>connections
 -no_ssl3                   disable the use of SSLv3 for TLS connections
 -no_tls1                   disable the use of TLSv1 for TLS connections
 -noclientauth              disable client authentification for TLS
 -pdv1                       Activate MPPS SCP, storing XML received MPPS insend only one PDV in one P-Data-TF PDU, pack
                            command and data PDV in one P-DATA-TF PDU by
                            default.
 -rcvpdulen <KB>            maximal length in KB of received P-DATA-TF
                            PDUs, 16KB by default
 -reaper <ms>               period in ms to check for outstanding
                            DIMSE-RSP, 10s by default
 -releaseTO <ms>          specified  directory in XML format.
 -mwl <dir>timeout in ms for receiving A-RELEASE-RP, 5s
                            by default
 -requestTO <ms>            timeout Activate MWL SCP, providing MWL Items stored inin ms for receiving -ASSOCIATE-RQ, 5s
                            specifiedby directory.default
 -scn <dir>                 Activate SCN SCP, storing received SCN in
specified                            specified directory.
 -scnxml <dir>              Activate SCN SCP, storing received SCN in specified
                            specified directory in XML format.
 -sndpdulen <KB>            maximal length in KB of sent P-DATA-TF PDUs,
                            16KB by default
 -soclosedelay <ms>         delay in ms for Socket close after sending
                            A-ABORT, 50ms by default
 -sorcvbuf <KB>             set SO_RCVBUF socket option to specified value
                            in KB
 -sosndbuf <KB>             set SO_SNDBUF socket option to specified value
                            in KB
 -ssl3                      disable the use of TLSv1 and SSLv2 for TLS
                            connections
 -tcpdelay                  set TCP_NODELAY socket option to false, true
                            by default
 -tls <NULL|3DES|AES>       enable TLS connection without, 3DES or AES
                            encryption
 -tls1                      disable the use of SSLv3 and SSLv2 for TLS
                            connections
 -truststore <file|url>     file path or URL of JKS truststore,
                            resource:tls/mesa_certs.jks by default
 -truststorepw <password>   password for truststore file, 'secret' by
                            default
 -V,--version               print the version information and exit

Example

No Format
dcmof DCM4CHE_OF:11112 --mwl /var/local/dcmof/mwl

...

No Format
 dcmof DCM4CHE_OF:11112 --mpps /tmp --ian /tmp --scn /tmp

Starts MPPS+IAN+SCN SCP listening on port 11112, accepting association requests with DCM4CHE_OF as called AE title, storing received messages to /tmp.