DICOM-rs echoscu

CratesIO Documentation

This is an implementation of the DICOM Verification C-ECHO SCU, which can be used for verifying DICOM nodes.

This tool is part of the DICOM-rs project.

Usage

Note that this tool is not necessarily a drop-in replacement for echoscu tools in other DICOM software projects.

```none DICOM C-ECHO SCU

USAGE: dicom-echoscu [FLAGS] [OPTIONS]

FLAGS: -h, --help Prints help information -V, --version Prints version information -v, --verbose verbose mode

OPTIONS: --called-ae-title the called AE title [default: ANY-SCP] --calling-ae-title the calling AE title [default: ECHOSCU] -m, --message-id the C-ECHO message ID [default: 1]

ARGS: socket address to SCP (example: "127.0.0.1:104") ```