[vtkusers] How to read Particular Series from DICOM Study

David Gobbi david.gobbi at gmail.com
Tue Feb 6 09:33:32 EST 2018


On Tue, Feb 6, 2018 at 4:13 AM, rohit <rppatil3210 at gmail.com> wrote:

> Hello All, I am developing a volume rendering application using JAVA which
> is
> already done, but I am facing problem if DICOM study has multiple series in
> it how to read particular series from that if I got series instance uid.
>
> right now I am using vtkDICOMImageReader to read images from folder. Please
> help me out on this.
>

This can't be done by vtkDICOMImageReader, but if you build vtk-dicom
(https://github.com/dgobbi/vtk-dicom) with BUILD_JAVA_WRAPPERS=ON,
then you can use vtkDICOMDirectory to identify a particular series:
http://dgobbi.github.io/vtk-dicom/doc/api/directory.html

Cheers,
  - David
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://vtk.org/pipermail/vtkusers/attachments/20180206/05bb8a25/attachment.html>


More information about the vtkusers mailing list