Why does DICOMWRITE write ImplementationUIDs with first component digit as zero '.0' in Image Processing Toolbox 6.4 (R2009b)?
Show older comments
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.
Accepted Answer
More Answers (0)
Categories
Find more on DICOM Format in Help Center and File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!