[vtkusers] vtkDICOMImageReader and SetFileNames
Hongsongyang
hongsongyang at 163.com
Fri May 31 09:30:08 EDT 2013
In my understanding, the DICOM images organized by your DICOMDIR are more
than 1 series.
So this 2 series data should be in different folders. Is that right?
I understood the DICOMDIR mechanism.
Unfortunately, I think you should parse and copy each DICOM files according
to patient, study, and series hierarchy, before you display these images.
That's my suggestion.
Best regards,
Hongsongyang
> -----Original Message-----
> From: vtkusers-bounces at vtk.org
> [mailto:vtkusers-bounces at vtk.org] On Behalf Of manzohar
> Sent: Friday, May 31, 2013 8:55 PM
> To: vtkusers at vtk.org
> Subject: Re: [vtkusers] vtkDICOMImageReader and SetFileNames
>
> Hi
>
> This is what I do now. The problem is that I got a directory
> with more than one series. I coded an application that parses
> the DICOMDIR file ( has the information which files belongs
> to which series ) and I wanted to use the SetFileNames but it
> didn't work. What I do now is that after parsing the DICOMDIR
> file I copy the files for a selected series to a temporary
> directory. That directory name I forward to the
> SetDirectoryName and it does work, but I don't like coping
> the files it takes couple of seconds to copy ( some series
> have hundreds of files ) and it's a workaround. Is there away
> to use the "SetFilesNames" method of the vtkDICOMImageReader
> ? Or although I Can compile and link it is not operational ?
>
> Thanks
> Zohar
>
>
>
>
> --
> View this message in context:
> http://vtk.1045678.n5.nabble.com/vtkDICOMImageReader-and-SetFi
> leNames-tp5721001p5721093.html
> Sent from the VTK - Users mailing list archive at Nabble.com.
> _______________________________________________
> Powered by www.kitware.com
>
> Visit other Kitware open-source projects at
> http://www.kitware.com/opensource/opensource.html
>
> Please keep messages on-topic and check the VTK FAQ at:
> http://www.vtk.org/Wiki/VTK_FAQ
>
> Follow this link to subscribe/unsubscribe:
> http://www.vtk.org/mailman/listinfo/vtkusers
More information about the vtkusers
mailing list