Converting DICOM files to text files [closed]

核能气质少年 提交于 2019-12-12 02:19:09

问题


I wanted to know if there's any ways i could convert DICOM files to text files(.txt or .doc)? Which would show me the attribute tags, name (if possible, not a ncecessity) , value and VR? Thanks.


回答1:


The open source DICOM toolkit (DCMTK, http://dcmtk.org/) includes an application dcmdump which converts any DICOM file to text. There is also dump2dcm included which can convert the file back from text to DICOM after you have modified some attributes.




回答2:


Easy as pie with the dcm4che toolkit, just use the dcm2txt tool!




回答3:


if you are interested in a C# solution, please have a look at the open-source project mdcm. With this project, you can easily dump the DICOM attributes to a file, see for example this wiki page.

Regards,
Anders @ Cureos




回答4:


I use this one: http://www.codeproject.com/KB/graphics/dicomImageViewer.aspx




回答5:


You may use this free tool: Makhaon DICOM Dump



来源:https://stackoverflow.com/questions/7469929/converting-dicom-files-to-text-files

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