Patient Orientation 属性:当图像未描绘 body 个部分时,该值为哪个值?

Patient Orientation attribute: which value when the image doesn't depict body parts?

在 DICOM 通用图像模块 (C.7.6.1) 患者导向中 (0020,0020) 声明为 2C 类型(条件)。

来自 DICOM 标准文档:

Required if image does not require Image Orientation (Patient) (0020,0037) and Image Position (Patient) (0020,0032). May be present otherwise.

现在我需要创建一个与患者没有直接关系的辅助捕获图像,或者最好不要描绘人体的一部分 body,而是与注射到患者体内的放射性药物剂量相关的简单报告病人。

所以我想知道如果上面解释的图像与经典上下文不同,该属性的正确值是多少。

属性类型 2C 表示:

  • 如果满足条件(C),则必须存在
  • 如果存在,则可能为空(类型 2)

因此,正确的方法是:包含它但将其留空 (zero-length)。

除此之外:考虑将您的报告编码为 SR 或封装的 PDF。