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!