Dicom US 具有多重价值

发布于 2024-09-30 22:39:34 字数 296 浏览 0 评论 0原文

我目前正在尝试使用 DICOM 解析器解析一些文件,并且我遇到了

(0018,1310) Aquisition Matrix:

0x55 0x53  {tag}
0x08 0x00  {lenght}
0x00 0x00 0x00 0x01 0x00 0x01 0x00 0x00 {value}

仅数据元素中存在多个 US(使用短符号)值的问题,据我在规范中可以找到,一个带有US VR 只能包含 2 个字节(毕竟它很短)。我不太确定我该如何实现这一点。有谁知道这是在哪里指定的或者我应该如何解决这个问题?

I'm currently trying to parse some files with my DICOM parser, and I've come across a problem with multiple US (usigned short) values in a Data element

(0018,1310) Aquisition Matrix:

0x55 0x53  {tag}
0x08 0x00  {lenght}
0x00 0x00 0x00 0x01 0x00 0x01 0x00 0x00 {value}

Only, as far as I can find in the specification, a datalementen with a US VR can only contains 2 bytes (after all its a short). I'm not quite sure how I shall implement this then. Does anyone know where this is specified or how I should solve this?

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

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

发布评论

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

评论(1

久伴你 2024-10-07 22:39:34

我已经弄清楚它是什么了。我忘记了元素的价值多重性。在 dicom 字典中您可以找到这些值。 (0018,1310) 采集矩阵的 VM 为 4。所以就是这样。

I've figured it out what it is. I forgot about Value Multiplicities of elements. In the dicom dictionary you can find these values. (0018,1310) Aquisition Matrix has a VM of 4. So there it is.

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