8 releases (4 breaking)
new 0.8.0 | Nov 6, 2024 |
---|---|
0.7.0 | Apr 25, 2024 |
0.3.0 | Jul 23, 2023 |
0.2.1 | Oct 23, 2022 |
0.1.0 | Apr 27, 2021 |
#1944 in Command line utilities
411 downloads per month
2.5MB
40K
SLoC
DICOM-rs echoscu
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.
DICOM C-ECHO SCU
USAGE:
dicom-echoscu [FLAGS] [OPTIONS] <addr>
FLAGS:
-h, --help Prints help information
-V, --version Prints version information
-v, --verbose verbose mode
OPTIONS:
--called-ae-title <called-ae-title>
the called Application Entity title, overrides AE title in address if present [default: ANY-SCP]
--calling-ae-title <calling-ae-title> the calling AE title [default: ECHOSCU]
-m, --message-id <message-id> the C-ECHO message ID [default: 1]
ARGS:
<addr> socket address to SCP, optionally with AE title (example: "QUERY-SCP@127.0.0.1:1045")
Example:
dicom-echoscu --verbose MAIN-STORAGE@192.168.1.99:104
Dependencies
~10–20MB
~288K SLoC