具有多值的 DICOM VR ST

DICOM VR ST with multiple value

如果我阅读 DICOM VR 的定义 ST, short text:

A character string that may contain one or more paragraphs. It may contain the Graphic Character set and the Control Characters, CR, LF, FF, and ESC. It may be padded with trailing spaces, which may be ignored, but leading spaces are considered to be significant. Data Elements with this VR shall not be multi-valued and therefore character code 5CH (the BACKSLASH "\" in ISO-IR 6) may be used.

因此,数据元素不应是多值的。

但是,我在字典里找到了几个DICOM Tag,DICOM VR=ST,DICOM VM=1-n,是多值的。

例如:

(0014,0023) CAD File Format

还有一些来自 (0014,...)

的其他人

那么,我该如何理解呢? DICOM VR定义有误吗?

据我所知,Short Text 的定义是正确的,VR 应该始终为 1。

标签 0014,0023 和 0014,0024 无论如何都已停用。