how to use writeDicom

조회 수: 1 (최근 30일)
mohd akmal masud
mohd akmal masud 2021년 2월 14일
댓글: Debarghya Kundu 2021년 3월 5일
Hi all,
i used file exchange Medical Image Reader and Viewer version 3.9 (917 KB) by Josh Schaefferkoetter.
but when after i draw ROI, how to save it? i try but failed.
mask = VolumeViewer3D(SPECT,CT,'drawROI');
writeDicomImage(SPECT,'C:\Users\Akmal\Documents\MATLAB\Add-Ons\Toolboxes\Medical Image Reader and Viewer')
ERROR
Error using writeDicomImage>getSOPClassUID (line 466)
SOP Class UID is not defined for NM.
Error in writeDicomImage (line 46)
SOPClassUID = getSOPClassUID(S);
  댓글 수: 1
Walter Roberson
Walter Roberson 2021년 2월 14일
SOP Class UID is defined for NM; 1.2.840.10008.5.1.4.1.1.20 according to http://dicom.nema.org/dicom/2013/output/chtml/part04/sect_B.5.html . However, 1.2.840.10008.5.1.4.1.1.5 for NM was retired according to https://www.dicomlibrary.com/dicom/sop/
Can you post dicominfo() of the file (with any sensitive parts blocked out) ?

댓글을 달려면 로그인하십시오.

채택된 답변

Selva Karna
Selva Karna 2021년 3월 4일
your_volume_data=300 X 300 X1200
dicomwrite('filename.dcm,your_volume_data)

추가 답변 (0개)

카테고리

Help CenterFile Exchange에서 Biomedical Imaging에 대해 자세히 알아보기

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by