How to send a DICOM file to PACS using MergeCom toolkit

╄→гoц情女王★ 提交于 2020-01-06 19:57:58

问题


I had a requirement to send the DICOM files created to the PACS using MergeCom tool kit C++. Can anybody post sample code to read the DICOM file from local and send the same to PACS using MergeCom.


回答1:


The merge toolkit ships with sample code which is contained in the folder mc3apps. What you are searching for is (in DICOM terms) a C-STORE SCU, and the file with the sample code is stor_scu.c. A brief documentation can be found here. I would post the code but it is very long and copyrighted by Merge. But if you have a legal copy of the toolkit you should be able to find it easily.



来源:https://stackoverflow.com/questions/35297396/how-to-send-a-dicom-file-to-pacs-using-mergecom-toolkit

标签
易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!