dicom View Position Attribute
定义参考:
https://dicom.innolitics.com/ciods/ct-image/image-plane/00200037
标准图例:
http://dicom.nema.org/medical/dicom/current/output/chtml/part17/chapter_A.html#chapter_A
XR常见View Position:
- PA: 后前
- AP:前后
- RL:右-左
- LL:错误dicom设置?
This Annex was formerly located in Annex E “Explanation of Patient Orientation (Normative)” in PS3.3 in the 2003 and earlier revisions of the Standard.
This Annex provides an explanation of how to use the patient orientation data elements.
As for the hand, the direction labels are based on the foot in the standard anatomic position. For the right foot, for example, RIGHT will be in the direction of the 5th toe. This assignment will remain constant through movement or positioning of the extremity. This is also true of the HEAD and FOOT directions.
DICOM PS3.17 2019b - Explanatory Information |
---|
· 10年+ .NET Coder 心语,封装的思维:从隐藏、稳定开始理解其本质意义
· .NET Core 中如何实现缓存的预热?
· 从 HTTP 原因短语缺失研究 HTTP/2 和 HTTP/3 的设计差异
· AI与.NET技术实操系列:向量存储与相似性搜索在 .NET 中的实现
· 基于Microsoft.Extensions.AI核心库实现RAG应用
· 阿里巴巴 QwQ-32B真的超越了 DeepSeek R-1吗?
· 10年+ .NET Coder 心语 ── 封装的思维:从隐藏、稳定开始理解其本质意义
· 【译】Visual Studio 中新的强大生产力特性
· 【设计模式】告别冗长if-else语句:使用策略模式优化代码结构
· 字符编码:从基础到乱码解决