<div dir="ltr">Hi Liu Peng,<div><br></div><div>My vtk-dicom package has a VTK dicom reader that can read all of the meta data.</div><div>It also has a class called vtkDICOMParser that only reads the meta data (not the</div><div>image), and a class called vtkDICOMDirectory that will scan the filesystem for</div><div>DICOM files and provide a summary of all of the DICOM series on the filesystem.</div><div><br></div><div>The instructions for building vtk-dicom are in the PDF at the bottom of this page:</div><div><a href="https://github.com/dgobbi/vtk-dicom" target="_blank">https://github.com/dgobbi/vtk-dicom</a><br></div><div><br></div><div>If you are using VTK 7 and if you built VTK yourself, then you can add all of these</div><div>classes to VTK by simply setting "Module_vtkDICOM:BOOL=ON" in your VTK</div><div>cmake cache and then rebuilding VTK.</div><div><br></div><div> - David</div><div><br></div><div class="gmail_extra"><br><div class="gmail_quote">On Thu, Feb 18, 2016 at 8:29 AM, Liu_tj <span dir="ltr"><<a href="mailto:tjlp@netease.com" target="_blank">tjlp@netease.com</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><div>Hi,<br><br>I try the vtkDICOMImageReader to load DICOM series. It is possible to get the Dicom image information before the DICOM iamges are loaded into memory by vtkDICOMImageReader::update(), such as patient name, total slice number, etc? I just want to list these information to user, and then let the user to decide whether he want to load it.<br><br>Thanks<br>Liu Peng<br><br></div></blockquote></div></div></div>