如果文件是 dicomfile,则clearcanvas

发布于 2024-09-29 00:43:57 字数 27 浏览 0 评论 0原文

如何检查文件是否是 dicomfile?

How to check if file is a dicomfile?

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

白昼 2024-10-06 00:43:57

如果文件不是有效的 dicomfile,则 Clearcanvas DicomFile.Load 方法会引发异常。在 clearcanvas 上论坛。我发现了一个类似的话题。他们说,如果您只想查看该文件是否是有效的 dicom 文件,您可以将以下参数添加到 DicomFile.Load 方法中:DicomReadOptions.DoNotStorePixelDataInDataSet,这会加快速度一点。

The Clearcanvas DicomFile.Load method throws an exception if the file is not a valid dicomfile. On the clearcanvas forums. I've found a similar topic. They are saying that if you ónly want to see if the file is a valid dicom file, you can add the following parameter to the DicomFile.Load method: DicomReadOptions.DoNotStorePixelDataInDataSet, this will speed it up a bit.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文