1. 修改配置文件
dcmqrscp.cfg
https://raw.githubusercontent.com/DCMTK/dcmtk/master/dcmqrdb/etc/dcmqrscp.cfg
# NOTE: in the current implementation you cannot substitute an IP address
# for a hostname.
#
acme1 = (ACME1, acmehost1, 5678)
需要提供hostname,暂时不支持IP地址
2. 创建文件夹
COMMON D:\DcmScuScp\COMMON R (200, 1024mb) ANY
ACME_STORE D:\DcmScuScp\DcmScp RW (9, 1024mb) acmeCTcompany
UNITED_STORE D:\DcmScuScp\UNITED_STORE RW (9, 1024mb) unitedMRcompany
3. 启动dcmqrscp
启动:
dcmqrscp.exe -d -c dcmqrscp.cfg
-d 为debug模式,可以看到输出信息
-c 为配置文件参数
4. 归档到PACS
使用storescu工具