dcmmwl

Overview 

Executing dcmmwl will query the specified remote Application Entity (Modality Worklist SCP). If <port> is not specified, the default DICOM port 104 is assumed. If no <host> is specified, localhost is assumed.

Usage

dcmmwl [Options] <aet>[@<host>[:<port>]]

Example

dcmmwl MWLSCP@localhost:11112 -qModality=CT -d=20060502

Query the MWLSCP Application Entity listening on local port 11112 for CT procedure steps scheduled for May 2, 2006.

Options

-soclosedelay <ms>   delay in ms for Socket close after sending A-ABORT,
                     50ms by default

-acceptTO <ms>       timeout in ms for receiving A-ASSOCIATE-AC, 5s by
                     default

-lowprior            LOW priority of the C-FIND operation, MEDIUM by
                     default

-highprior           HIGH priority of the C-FIND operation, MEDIUM by
                     default

-releaseTO <ms>      timeout in ms for receiving A-RELEASE-RP, 5s by
                     default

-reaper <ms>         period in ms to check for outstanding DIMSE-RSP, 10s
                     by default

-rspTO <ms>          timeout in ms for receiving DIMSE-RSP, 60s by
                     default

-pdv1                send only one PDV in one P-Data-TF PDU, pack command
                     and data PDV in one P-DATA-TF PDU by default.

-sndpdulen <KB>      maximal length in KB of sent P-DATA-TF PDUs, 16KB by
                     default

-rcvpdulen <KB>      maximal length in KB of received P-DATA-TF PDUs,
                     16KB by default

-C <num>             cancel query after receive of specified number of
                     responses, no cancel by default

-L <aet[@host]>      set AET and local address of local Application
                     Entity, use ANONYMOUS and pick up any valid local address to bind the
                     socket by default

-Q <attr=value>      specify matching key. attr can be specified by name
                     or tag value (in hex), e.g. PatientsName or 00100010.

-R <attr>            specify additional return key. attr can be specified
                     by name or tag value (in hex).

-V,--version         print the version information and exit

-connectTO <ms>      timeout in ms for TCP connect, no timeout by default

-d <date>            specify matching SPS start date (range)

-h,--help            print this message

-ivrle               offer only Implicit VR Little Endian Transfer
                     Syntax.

-q <attr=value>      specify matching SPS key. attr can be specified by
                     name or tag value (in hex)

-r <attr>            specify additional return SPS key. attr can be
                     specified by name or tag value (in hex).

-sorcvbuf <KB>       set SO_RCVBUF socket option to specified value in KB

-sosndbuf <KB>       set SO_SNDBUF socket option to specified value in KB

-t <time>            specify matching SPS start time (range)

-tcpdelay            set TCP_NODELAY socket option to false, true by
                     default