应该使用什么软拷贝呈现状态?

What softcopy presentation state should be used?

我的目标是向 DICOM 图像添加一些注释(例如,线条、箭头、形状或文本注释),并有机会隐藏它们并在需要时恢复。

我找到了两种方法来完成它。一种是使用Overlay Plane模块,但它不能完全满足我们的需求,因为我们的软件要求注释是彩色的。所以我找到了另一个机会:不同种类的 Softcopy Presentation State IOD-s。

据我所知,灰度软拷贝演示状态 IOD 使用最广泛。但是,"grayscale" 这个词让我感到困惑。尽管它是灰度的,但图形注释模块包含用于传递有关注释颜色的信息的属性,例如,文本颜色 CIELab 值和颜色 CIELab 值上的图案。

还有其他软拷贝演示状态 IOD:彩色软拷贝演示状态 IOD、伪彩色软拷贝演示状态 IOD 等。

使用灰度软拷贝演示状态 IOD 我创建了一个演示状态文件(扩展名为 .pre)。我已经使用 Wea​​sis DICOM 查看器对其进行了测试,它运行良好。所有需要的注释都在正确的位置,几乎所有颜色都是正确的。

现在我正在搜索有关如何将 .pre 文件传递​​到假设的 PACS 服务器的信息,但这不是我 post 的主题。 Here 我找到了下一条信息:

The grayscale softcopy presentation state refers to the grayscale image transformations that are to be applied in an explicitly defined manner to convert the stored image pixel data values in a Composite Image Instance to presentation values (P-Values) when an image is displayed on a softcopy device.

The color and pseudo-color softcopy presentation states refer to the color image transformations that are to be applied in an explicitly defined manner to convert the stored image pixel data values in a Composite Image Instance to Profile Connection Space values (PCS-Values) when an image is displayed on a softcopy device.

所以我有点困惑。在这种情况下应该使用什么样的软拷贝呈现状态?

单词"Grayscale"和"Color"指的是呈现状态对象处理(即引用)的图像。除了您要瞄准的矢量图形之外,演示状态还定义了(除了快门、2D 转换等其他方面)存储在 DICOM 对象中的像素值到所谓的 P-Values[ 的转换。 =16=] 可以被视为 显示独立强度值 可以在校准设备上显示。这显然取决于源对象中像素数据的格式,即 Grayscale/Color.

因此,您要使用的表示状态对象的选择完全取决于它应该处理的图像类型。