如何使用plain cpp解析dicom文件? [英] How can I parse a dicom file using plain cpp?

查看:107
本文介绍了如何使用plain cpp解析dicom文件?的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

我想使用库解析和查看dicom标签。我如何将dicom标签信息插入报表视图中的列表控件?我想从scratch.i的代码需要知道如何从dicom文件中获取值。帮我解决这个问题.. vtk对此有帮助吗?



我尝试过:



i完成列表控制框。作为一个初学者,我不知道如何解析

i want to parse and view the dicom tags using libraries. how i can insert the dicom tag information into a list control in report view? i want the code from the scratch.i need to know how to acess values from the dicom files.help me to slove this problem.. is vtk is helpful to this?

What I have tried:

i done the list control box. as am a beginer i dont know how to do the parsing

推荐答案

如果你不想使用现有的库,你必须自己实现它。您必须阅读DICOM文件格式规范并实现文件的读取和解析以提取所需信息。



参见 DICOM - 维基百科 [ ^ ]以及外部链接部分:

DICOM主页 [ ^ ]



但由于您是初学者,我建议您查看一些开源DICOM库的源代码,这些库可能会用作起点。
If you don't want to use an existing library you have to implement it yourself. You have to read the DICOM file format specifications and implement reading and parsing of the files to extract the required information.

See DICOM - Wikipedia[^] and there the External Links section:
DICOM Homepage[^]

But because you are an beginner I suggest to have a look at the source code of some open source DICOM libraries which might be used as a starting point.


这篇关于如何使用plain cpp解析dicom文件?的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆