Crates.io | dicom-echoscu |
lib.rs | dicom-echoscu |
version | 0.7.0 |
source | src |
created_at | 2021-04-27 11:34:24.149568 |
updated_at | 2024-04-25 11:47:26.675982 |
description | A DICOM C-ECHO command line interface |
homepage | |
repository | https://github.com/Enet4/dicom-rs |
max_upload_size | |
id | 390131 |
size | 37,319 |
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.
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