DICOM 文件的搜索算法 C#
我当前正在使用 DICOM 文件并希望对这些文件执行搜索。我的搜索是基于属性的,即,例如,如果我输入患者姓名 = John,年龄 = 30,它应该搜索满足这两个条件的特定文件。请帮助我了解我可以使用哪种搜索算法。我看过 BOOST,但我不确定这是否是出路。
I'm currently working with DICOM files and want to perform a search on the files. My search is attribute based, i.e for example if i enter patient name= John, age=30, it should search for that particular file which satisfies both conditions. Please help me out as to which search algorithm i could use. I have looked at BOOST, but i'm not sure if that's the way out.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
查看 ClearCanvas 并在文件中嵌入的 DICOM 元数据中进行搜索。
Have a look at ClearCanvas and do a search across the DICOM metadata embedded in the file.
在 邪恶 Dicom 中:
In Evil Dicom :