Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 3 Next »

Overview 

DICOM Server providing DICOM service of IHE actor Order Filler:
- Modality Worklist (MWL SCP),
- Modality Performed Procedure Step (MPPS SCP)
- Image Availability Notification (IAN SCP)
- Basic Study Content Notification (SCN SCP)

Unknown macro: {not specified by IHE}

listening on specified <port> for incoming association requests. If no local IP address of the network interface is specified connections on any/all local addresses are accepted. If <aet> is specified, only requests with matching called AE title will be accepted.

Usage

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

Options

 -soclosedelay <ms>   delay in ms for Socket close after sending A-ABORT,
                      50ms by default
 -releaseTO <ms>      timeout in ms for receiving A-RELEASE-RP, 5s by
                      default
 -requestTO <ms>      timeout in ms for receiving -ASSOCIATE-RQ, 5s by
                      default
 -idleTO <ms>         timeout in ms for receiving DIMSE-RQ, 60s by default
 -reaper <ms>         period in ms to check for outstanding DIMSE-RSP, 10s
                      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.
 -rcvpdulen <KB>      maximal length in KB of received P-DATA-TF PDUs,
                      16KB by default
 -sndpdulen <KB>      maximal length in KB of sent P-DATA-TF PDUs, 16KB by
                      default
 -C,--comments        include attribute names as comments in XML output
 -V,--version         print the version information and exit
 -async <maxops>      maximum number of outstanding operations performed
                      asynchronously, unlimited by default.
 -bigendian           accept Explict VR Big Endian Transfer Syntax.
 -c,--compact         suppress additional whitespaces in XML output
 -defts               accept only default Transfer Syntax.
 -h,--help            print this message
 -ian <dir>           Activate IAN SCP, storing received IAN in specified
                      directory.
 -ianxml <dir>        Activate IAN SCP, storing received IAN in specified
                      directory in XML format.
 -mpps <dir>          Activate MPPS SCP, storing received MPPS in
                      specified directory.
 -mppsxml <dir>       Activate MPPS SCP, storing XML received MPPS in
                      specified directory in XML format.
 -mwl <dir>           Activate MWL SCP, providing MWL Items stored in
                      specified directory.
 -scn <dir>           Activate SCN SCP, storing received SCN in specified
                      directory.
 -scnxml <dir>        Activate SCN SCP, storing received SCN in specified
                      directory in XML format.
 -sorcvbuf <KB>       set SO_RCVBUF socket option to specified value in KB
 -sosndbuf <KB>       set SO_SNDBUF socket option to specified value in KB
 -tcpdelay            set TCP_NODELAY socket option to false, true by
                      default

Example

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

Starts MWL SCP listening on port 11112, accepting association requests with DCM4CHE_OF as called AE title, provides worklist items stored in files in directory /var/local/dcmof/mwl as MWL SCP.

 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.

  • No labels