用于 DICOM C# 索引服务的 IFilters
我正在尝试使用索引服务服务器来搜索 DICOM 文件。我想知道索引服务是否支持 .dcm 和 .dicom 文件扩展名。我确实读过有关 IFilters 的内容,但无法找到任何 DICOM 文件。谢谢!
Im trying to use Index service server for searching on DICOM files. I wanted to know if Index service does support .dcm and .dicom file extensions. I did read about IFilters but was unable to find any for DICOM files. Thanks!
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
Windows 索引服务变成"Windows当 XP 出现时,搜索”。
我从未遇到过任何人将它用于 DICOM,但我想使用 SDK 编写一个过滤器,从文件中提取 DICOM 标签并为其建立索引。
然而,我怀疑这只会导致大量信息过载; DICOM 研究通常包含多个系列以及捕获/派生系列,每个系列可能是数千个单独的文件(好吧,后者对于现代扩展 DICOM 和每个文件一卷来说问题不大,但仍然存在大量每切片文件已经存在并正在生成)。仅文件级索引听起来并没有那么有用。如果 Windows 搜索可以了解层次结构并让您搜索可能更有趣的研究/系列。但大多数人只是将 DICOM 保存在某种PACS 中,通常具有出色的面向 DICOM 的功能搜索/导航工具。
The windows indexing service became "Windows Search" when XP came along.
I've never come across anyone using it for DICOM, but I imagine it wouldn't be too hard to use the SDK to write a filter to pull DICOM tags out of files and index them.
However, I suspect it's just going to result in a massive amount of information overload; a DICOM study typically contains several series plus captures/derived series, and each series could be thousands of individual files (ok the latter less of a problem with modern extended DICOM and one-volume-per-file, but there's still a massive amount of per-slice-files out there and being produced). File-level indexing alone doesn't sound that useful. If Windows Search could be made aware of the hierarchy and let you search for studies/series that might be more interesting. But most people just keep their DICOM in a PACS of some sort which will generally have excellent DICOM-oriented search/navigation tools.