12 个版本

0.7.1 2024 年 8 月 13 日
0.7.0 2024 年 4 月 25 日
0.3.2 2023 年 10 月 31 日
0.3.0 2023 年 7 月 23 日
0.1.0 2021 年 4 月 27 日

#2016命令行工具

Download history 11/week @ 2024-04-29 15/week @ 2024-07-29 118/week @ 2024-08-12

每月下载 133 次

MIT/Apache

2.5MB
42K SLoC

DICOM-rs storescu

CratesIO Documentation

这是一个 DICOM 存储SCU(C-STORE)的实现,可用于将 DICOM 文件上传到其他 DICOM 设备。

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

用法

请注意,此工具不一定可以完全替代其他 DICOM 软件项目中使用的 storescu 工具。

DICOM C-STORE SCU

USAGE:
    dicom-storescu [FLAGS] [OPTIONS] <addr> [files]...

FLAGS:
        --fail-first    fail if not all DICOM files can be transferred
    -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 Application Entity title [default: STORE-SCU]
        --max-pdu-length <max-pdu-length>        the maximum PDU length accepted by the SCU [default: 16384]
    -m, --message-id <message-id>                the C-STORE message ID [default: 1]
        --username <username>                    user identity username
        --password <password>                    user identity password
        --kerberos-service-ticket <ticket>       user identity Kerberos service ticket
        --saml-assertion <assertion>             user identity SAML assertion
        --jwt <jwt>                              user identity JWT

ARGS:
    <addr>        socket address to Store SCP, optionally with AE title (example: "[email protected]:104")
    <files>...    the DICOM file(s) to store

示例

dicom-storescu [email protected]:104 xray1.dcm xray2.dcm

依赖项

~8–16MB
~193K SLoC