写入和读取DICOM文件

写入和读取DICOM文件

问题描述:


我想创建一个应用程序以便在不使用任何第三方工具(例如MERGECOM,DCMTK等)的情况下读取,修改和保存DICOM文件.
如果有人有任何想法,请帮助我.

Hi
I want to create an application in order to read, modify and save DICOM files without using any third party tools like MERGECOM, DCMTK etc..
If any one have any idea, please help me.

如果要编写独立的应用程序,则应先研究 DICOM 标准[ ^ ].
某些(已过时的)文档也可以在Wikipedia上获得[ ^ ].
:)
If you want to write an independent application, then you should start by studying the DICOM standard [^].
Some (dated) documents are also available at Wikipedia [^].
:)


我假设如果您知道DICOM文件格式,则可以使用Windows文件操作功能来读取,修改和保存DICOM文件.您可以在Windows文件管理功能上引用以下MSDN链接: http://msdn. microsoft.com/en-us/library/aa364232(VS.85).aspx [
I assume if you know the DICOM file format, you can use Windows File Operation functions to read, modify and save the DICOM files. You can refer the following MSDN link on Windows File Management Functions: http://msdn.microsoft.com/en-us/library/aa364232(VS.85).aspx[^]


创建一个可读取,修改或保存DICOM文件的库的想法很不错. /> 为此,您一定要使用DICOM文件格式.
请参考( [
Idea is good to create a lib to read, modify or save DICOM file.
For that you should surely be through with the DICOM file format.
Please refer([^])

Even with dcmtk it will take a good amount of time to create application to read, modify and save DICOM file( which may even include DICOMDIR,.dcm etc).
I think it take a time span of 6 or more month to create a new library similar to DCMTK.

I hope a programmer should try for resuability. :)