View Revisions: Issue #4105

Summary 0004105: 3D Slicer can not show MRI data (DICOM format) but no extension in file name. Image is multi-slicer (45 slices in image)
Revision 2015-12-12 05:46 by kieumy
Description

I have a CD of My data after MRI scanned. My data is DICOM fomat, which producted by SIEMENS machine. I can open and see my data by ImageJ or Matlab But I can see on 3D Slicer. When I open in Slicer, it don't show anything. But I know slicer can read my data (only header information), slicer can not read pixel value. For example, I used some command like

slicer.dicomDatabase.loadFileHeader(file)

slicer.dicomDatabase.headerKeys()
to show some tags, and show some header informations like patient name,.. But I want to access pixel value to get pixel value, and control it to show on scene of Slicer.
Please see my data attached.
I think that Slicer missing this function. I'm trying write a new module to plugin in Slicer and public for other people using.

Revision 2015-12-12 02:40 by kieumy
Description

I have a CD of My data after MRI scanned. My data is DICOM fomat, which producted by SIEMENS machine. I can open and see my data by ImageJ or Matlab But I can see on 3D Slicer. When I open in Slicer, it don't show anything. But I know slicer can read my data (only header information), slicer can not read pixel value. For example, I used some command like

slicer.dicomDatabase.loadFileHeader(file)

slicer.dicomDatabase.headerKeys()
to show some tags, and show some header informations like patient name,.. But I want to access pixel value to get pixel value, and control it to show on scene of Slicer.
Please see my data attached.