DICOM-rs scpproxy

CratesIO Documentation

This is an implementation of the Proxy SCP, which can be used for logging and debugging purposes.

This tool is part of the DICOM-rs project.

Usage

``` scpproxy [OPTIONS]

FLAGS: -h, --help Prints help information -V, --version Prints version information

OPTIONS: -l, --listen-port The port that we will listen for SCU connections on [default: 3333]

ARGS: The destination host name (SCP) The destination host port (SCP) ```