<div style="line-height:1.7;color:#000000;font-size:14px;font-family:Arial"><div>Hi, </div><div><br></div><div>I try to read the attached DICOM image series which comes from Siemens CT but failed, below is my code:</div><div>----------------------------------------------------</div><div><div><span class="Apple-tab-span" style="line-height: 1.7; white-space: pre;"> </span><span style="line-height: 1.7;">vtkSmartPointer<vtkDICOMImageReader> DICOMReader = vtkSmartPointer<vtkDICOMImageReader>::New();</span></div><div><span class="Apple-tab-span" style="line-height: 1.7; white-space: pre;"> </span><span style="line-height: 1.7;">DICOMReader->SetDirectoryName(</span><span style="line-height: 23.8px;"> "****"</span><span style="line-height: 1.7;">);    // fill with </span><span style="line-height: 23.8px;">the image folder</span></div><div><span class="Apple-tab-span" style="white-space:pre">  </span>DICOMReader->Update();</div><div><br></div><div><span class="Apple-tab-span" style="white-space:pre">   </span>// Visualize</div><div><span class="Apple-tab-span" style="white-space:pre"> </span>vtkSmartPointer<vtkImageViewer2> imageViewer = vtkSmartPointer<vtkImageViewer2>::New();</div><div><span class="Apple-tab-span" style="white-space:pre">  </span>imageViewer->SetInputConnection(DICOMReader->GetOutputPort());</div><div><span class="Apple-tab-span" style="white-space:pre"> </span>vtkSmartPointer<vtkRenderWindowInteractor> renderWindowInteractor =<span class="Apple-tab-span" style="white-space:pre">   </span>vtkSmartPointer<vtkRenderWindowInteractor>::New();</div><div><span class="Apple-tab-span" style="white-space:pre">     </span>imageViewer->SetupInteractor(renderWindowInteractor);</div><div><span class="Apple-tab-span" style="white-space:pre">     </span>imageViewer->SetSlice(4);</div><div><span class="Apple-tab-span" style="white-space:pre"> </span>imageViewer->Render();</div><div><span class="Apple-tab-span" style="white-space:pre">    </span>imageViewer->GetRenderer()->ResetCamera();</div><div><span class="Apple-tab-span" style="white-space:pre">     </span>renderWindowInteractor->Initialize();</div><div><span class="Apple-tab-span" style="white-space:pre">     </span>imageViewer->Render();</div><div><span class="Apple-tab-span" style="white-space:pre">    </span>renderWindowInteractor->Start();</div></div><div><span style="line-height: 23.8px;">----------------------------------------------------</span></div><div><span style="line-height: 23.8px;">the error message I got is: </span></div><div><div>ERROR: In ..\..\..\VTK7.1\IO\Image\vtkDICOMImageReader.cxx, line 333</div><div>vtkDICOMImageReader (000001ABE55D5CC0): There was a problem retrieving data from: C:\CJ\data\Caili_A/00156a00.dcm</div><div><br></div><div>ERROR: In ..\..\..\VTK7.1\Common\ExecutionModel\vtkExecutive.cxx, line 784</div><div>vtkCompositeDataPipeline (000001ABE55D7110): Algorithm vtkDICOMImageReader(000001ABE55D5CC0) returned failure for request: vtkInformation (000001ABE55DA160)</div><div>  Debug: Off</div><div>  Modified Time: 138</div><div>  Reference Count: 1</div><div>  Registered Events: (none)</div><div>  Request: REQUEST_DATA</div><div>  FORWARD_DIRECTION: 0</div><div>  ALGORITHM_AFTER_FORWARD: 1</div><div>  FROM_OUTPUT_PORT: 0</div><div style="line-height: 23.8px;"><br></div></div><div style="line-height: 23.8px;">does any body know how to read the attached DICOM series from Siemens CT?</div><div style="line-height: 23.8px;"><br></div><div style="line-height: 23.8px;">Thanks</div><div style="line-height: 23.8px;">James</div></div><br><br><span title="neteasefooter"><p> </p></span>