Help loading DICOM

Hello. I’m new to the Slicer DMRI. I’m trying to load some dicom data but I get this error.
Diffusion-weighted DICOM Import (DWIConvert) standard error:

Exception thrown while reading DICOM volume

itk::InvalidRequestedRegionError (0000000790CFADE8)
Location: “unknown”
File: d:\d\p\slicer-0-build\itk\modules\io\imagebase\include\itkImageFileReader.hxx
Line: 343
Description: ImageIO returns IO region that does not fully contain the requested regionRequested region: ImageRegion (0000000790CFADB0)
Dimension: 3
Index: [0, 0, 0]
Size: [896, 896, 1]
StreamableRegion region: ImageRegion (0000000790CFAE10)
Dimension: 3
Index: [0, 0, 0]
Size: [257, 214, 1]

Any help will be appreciated. Thanks

Hi @Felipe_Suntaxi

I am not sure what is going wrong here. Can you try to load your data using our new module, DCM2NiixGui? It is available in the nightly release.

Regards,
Fan

I read some DX dicom images using SimpleITK,and got the same error.Just because the series uid is the same and actually they are independent series, SimpleITK regards them like one series.I read the image one by one,problem solved.