一、利用storeScp.exe和StoreScu.exe 发送dicom文件

scu -->  scp  发送dcm文件

scp: storescp.exe  104  –aet myaet

scu: storescu.exe 127.0.0.1 104 C:/DICOM/Source/CT1/CT.dcm

https://blog.csdn.net/u014644870/article/details/79527014

二、 利用storeScu.exe发送一个文件夹下的所有dicom文件

storescu -aec ORTHANC localhost 4242 *.dcm

C:\orthanc\ct*.dcm

storescu.exe 127.0.0.1 104 D:/testData/p1/T1/*.dcm

https://stackoverflow.com/questions/56913648/upload-folder-dicom-with-orthanc-library

相关文章:

  • 2022-12-23
  • 2021-11-13
  • 2021-04-10
  • 2021-12-19
  • 2021-09-19
  • 2021-07-11
  • 2021-12-03
  • 2021-12-26
猜你喜欢
  • 2021-12-21
  • 2021-12-03
  • 2021-12-03
  • 2022-12-23
  • 2021-05-22
  • 2022-02-09
  • 2021-12-03
相关资源
相似解决方案