7 个不稳定版本 (3 个重大更改)

0.7.0 2024年4月25日
0.3.0 2023年7月23日
0.2.1 2022年10月23日
0.2.0 2022年4月28日
0.1.0 2021年4月27日

#2652 in 命令行工具

每月下载 28 次

MIT/Apache

2.5MB
38K SLoC

DICOM-rs echoscu

CratesIO Documentation

这是 DICOM 验证 C-ECHO SCU 的实现,可用于验证 DICOM 节点。

此工具是 DICOM-rs 项目的一部分。

用法

请注意,此工具不一定可以替换其他 DICOM 软件项目中的 echoscu 工具。

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: "[email protected]:1045")

示例

dicom-echoscu --verbose [email protected]:104

依赖关系

~10–21MB
~287K SLoC