关于dcm4che DICOM Toolkit:C-Move与C-Get

简介:

在医学影像领域,DICOM标准与dcm4che的重要性毋庸置疑。幸好,这些开源的dcm4che DICOM 工具包,能对我们提供不少帮助。

在这里有很多的工具:

Sources: https://github.com/dcm4che/dcm4che

Binaries: https://sourceforge.net/projects/dcm4che/files/dcm4che3

dcm4che-tools:https://github.com/dcm4che/dcm4che/tree/master/dcm4che-tool

其中SCU之类之前有用过,这两个遇到过C-Move与C-Get相关工作实践,这里件要记录几点:

C-MOVE:https://github.com/dcm4che/dcm4che/tree/master/dcm4che-tool/dcm4che-tool-movescu

C-GET:https://github.com/dcm4che/dcm4che/tree/master/dcm4che-tool/dcm4che-tool-getscu

关于这两个工具,用法大致如下:

 

SCU的测试工具,包含 c-get 和 c-move。用法如下: 
movescu [options] -c <aet>@<host>:<port> -m <StudyInstanceUID> --dest <aet>
java -jar cmove-1.0-release.jar -c SVR01@192.168.21.53:8889 -m StudyInstanceUID=1.2.840.113619.2.334.3.2831211776.220.1457912998.6 --dest SVR01
java -jar cmove-1.0-release.jar -b LIFECCP:5090 -c SVR01@192.168.21.53:8889 -m StudyInstanceUID=1.2.840.113619.2.334.3.2831211776.220.1457912998.6 --dest LIFECCP
 
环境依赖:jdk1.8
 
C-GET(cget-1.1-release.jar)
  1. cd到 cget-1.1-release.jar 所在目录;
  2. 执行命令:java -jar cget-1.1-release.jar -c SVR01@192.168.21.53:8889 -m StudyInstanceUID=1.2.840.113619.2.334.3.2831211776.220.1457912998.6
参数介绍:
  • -c :<aet>@<host>:<port>,指定远程连接的AE Title、地址和端口。
  • -m:<StudyInstanceUID>,指定study。
 
C-MOVE(cmove-1.1-release.jar)
  1. cd到 cmove-1.0-release.jar 所在目录;
  2. 执行命令:java -jar cmove-1.1-release.jar -c SVR01@192.168.21.53:8889 -m StudyInstanceUID=1.2.840.113619.2.334.3.2831211776.220.1457912998.6 --dest movescu
参数介绍:
  • -c :<aet>@<host>:<port>,指定远程连接的AE Title、地址和端口。
  • -m:<StudyInstanceUID>,指定study。
  • --dest:<aet>,指定目标的AE Title
  • 本文转自 念槐聚 博客园博客,原文链接:http://www.cnblogs.com/haochuang/p/8422210.html,如需转载请自行联系原作者
相关文章
|
C++ Python
VS+VTK+Dicom(dcm)+CT影像切片窗体界面显示源码
VS+VTK+Dicom(dcm)+CT影像切片窗体界面显示源码
284 0
|
6月前
|
数据采集
Google Earth Engine(GEE)——swissSURFACE3D光栅(DSM)数据集
Google Earth Engine(GEE)——swissSURFACE3D光栅(DSM)数据集
59 1
|
6月前
|
存储 数据库
PACS(Picture Archiving and Communications System)图像存储与传输系统源码
PACS(Picture Archiving and Communications System)图像存储与传输系统源码
79 0
|
数据可视化 atlas
ArcGIS Pro下载 USGS DEM数据
ArcGIS Pro下载 USGS DEM数据
262 0
Google Earth Engine(GEE)——影像导出谷歌硬盘发生错误Error: Exported bands must have compatible data types
Google Earth Engine(GEE)——影像导出谷歌硬盘发生错误Error: Exported bands must have compatible data types
272 0
Google Earth Engine(GEE)——影像导出谷歌硬盘发生错误Error: Exported bands must have compatible data types
|
人工智能
Google Earth Engine(GEE)——Tasks升级,实现RUN ALL可以一键下载任务类型中的所有影像
Google Earth Engine(GEE)——Tasks升级,实现RUN ALL可以一键下载任务类型中的所有影像
289 0
Google Earth Engine(GEE)——Tasks升级,实现RUN ALL可以一键下载任务类型中的所有影像
|
传感器 数据采集 数据可视化
Google Earth Engine(GEE)——Landsat 8TI/TOA/SR影像对比分析区别和去云即NDVI计算
Google Earth Engine(GEE)——Landsat 8TI/TOA/SR影像对比分析区别和去云即NDVI计算
1891 0
Google Earth Engine(GEE)——Landsat 8TI/TOA/SR影像对比分析区别和去云即NDVI计算
Google Earth Engine(GEE)——下载中国区域MCD19A2 AOD气溶胶数据tif格式
Google Earth Engine(GEE)——下载中国区域MCD19A2 AOD气溶胶数据tif格式
833 0
Google Earth Engine(GEE)——下载中国区域MCD19A2 AOD气溶胶数据tif格式
Google Earth Engine(GEE)——found inconsistent types: UInt16 and Byte.影像数据导出到Google硬盘中的错误
Google Earth Engine(GEE)——found inconsistent types: UInt16 and Byte.影像数据导出到Google硬盘中的错误
244 0
Google Earth Engine(GEE)——found inconsistent types: UInt16 and Byte.影像数据导出到Google硬盘中的错误
|
编解码
Google Earth Engine(GEE)——下载中国区域内的MCD19A2 AOD数据(tif格式)
Google Earth Engine(GEE)——下载中国区域内的MCD19A2 AOD数据(tif格式)
522 0
Google Earth Engine(GEE)——下载中国区域内的MCD19A2 AOD数据(tif格式)