[IGSTK-Users] Read DICOM Metadata /DICOMDIR
    Patrick Cheng 
    cheng at isis.georgetown.edu
       
    Wed Feb 18 10:15:54 EST 2009
    
    
  
Hi Javier,
Thank you for your interest in IGSTK. We have a class called 
GenericImageReader in the sandbox but not quite ready yet. I will let 
you know as soon as we finish it.
This GenericImageReader is based on vtkKWImageIO class
http://www.insight-journal.org/browse/publication/146
This class uses itkGDCMImageIO. Through this new class, users should be 
able to read all modality of DICOM images and have access to the ITK and 
VTK image data after reading.
Thank you,
Patrick
jprecio at adinet.com.uy wrote:
> Hi,
> We are working on an application similar to the Navigator present on 
> Sandbox 4.0. We want to load not only CT images but also RMI and US. 
> For doing so, and because of the reader classes specialization, we 
> could not read them directly without knowing the modality of images on 
> the directory. Which is the best approach on this case ? Maybe develop 
> a new class only to read the meta information present on the DICOMs 
> files  and based on this information using the correct class to read 
> the images ? This class may bypass IGSTK and interact directly with ITK 
> or GDCM ?
> 
> What about reading a DICOMDIR file ? Is there any class on IGSTK or 
> ITK to doing ? If not, the best approach could be to implement it 
> directly with GDCM ?
> 
> Thanks,
> Javier 
> 
> _______________________________________________
> IGSTK-Users mailing list
> IGSTK-Users at public.kitware.com
> http://public.kitware.com/cgi-bin/mailman/listinfo/igstk-users
> 
> 
    
    
More information about the IGSTK-Users
mailing list