Why does DICOMWRITE write ImplementationUIDs with first component digit as zero '.0' in Image Processing Toolbox 6.4 (R2009b)?
显示 更早的评论
I am trying to create a DICOM object with the use of DICOMWRITE.
The problem is I cant specify the ImplementationUID tag, and my DICOM Validation toolkit states MATLAB's ImplementationUID is illegal. It is also being rejected by one of our planning systems.
It is my understanding that you shouldn't have a .0 in a UID e.g.
xxxxx.034.xxxx would be invalid, however
xxxxxx.0.34.xxxxx would be ok
MATLAB's ImplementationUID ends in '.0', and this might be the problem. I suppose one workaround would be to modify this, but I cannot seem to specify a different one.
采纳的回答
更多回答(0 个)
类别
在 帮助中心 和 File Exchange 中查找有关 DICOM Format 的更多信息
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!