如何判断Mammo图像是MLO还是CC?
How to determine if Mammo image is MLO or CC?
我不清楚需要检查哪些标签才能确定 Mammo 图像是 MLO 还是 CC。
在样本集上,我在 View Position(0018,5101)
中看到了相关信息,即“MLO”的值。
然而,查看 standard 它指的是 Partial View Code Sequence (0028,1352)
这是一个序列,并且不仅仅是 MLO/CC 个值。
要检查的正确标签是 View Code Sequence
, not the Partial View Code Sequence
(that is only for partial views, as the name suggests, which seems not to be your case). In the sequence, you have to check the Code Value
for the respective code。例如,MLO 图像得到代码 R-10226
,可以在 table.
中看到
仅当该序列不存在或为空时,您才需要检查 View Position
之类的后备标签。 View Position
是为 CR 和 DX 图像定义的,而不是为 MG 图像定义的(实际上没有 MLO 或 CC 作为定义术语),但一如既往,必须考虑某些模式从 DICOM 标准的派生,还要检查你处理的图片是否符合标准
我不清楚需要检查哪些标签才能确定 Mammo 图像是 MLO 还是 CC。
在样本集上,我在 View Position(0018,5101)
中看到了相关信息,即“MLO”的值。
然而,查看 standard 它指的是 Partial View Code Sequence (0028,1352)
这是一个序列,并且不仅仅是 MLO/CC 个值。
要检查的正确标签是 View Code Sequence
, not the Partial View Code Sequence
(that is only for partial views, as the name suggests, which seems not to be your case). In the sequence, you have to check the Code Value
for the respective code。例如,MLO 图像得到代码 R-10226
,可以在 table.
仅当该序列不存在或为空时,您才需要检查 View Position
之类的后备标签。 View Position
是为 CR 和 DX 图像定义的,而不是为 MG 图像定义的(实际上没有 MLO 或 CC 作为定义术语),但一如既往,必须考虑某些模式从 DICOM 标准的派生,还要检查你处理的图片是否符合标准