问题
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