[vtkusers]ask how to read DICOM(again)

Mark Wyszomierski markww at gmail.com
Sat Oct 6 09:53:41 EDT 2007


My impression is that VTK is NOT a specialized DICOM support toolkit,
it's strength is in rendering data, it doesn't care where you get it
from. Why not try one of the libraries specifically made for handling
DICOM files? I put a simple example here of using dcmtk:

    http://devsample.org/index.php?option=com_content&task=view&id=45&Itemid=29


Mark


On 10/6/07, m26404030 at john.petra.ac.id <m26404030 at john.petra.ac.id> wrote:
>
>
> hi all, i want to extract some informations in DICOM image such as patient age,
> patient sex, modality, etc..
> i have tried to use vtkDICOMImageReader, but i cant get what i want since
> vtkDICOMImageReader only have the GetPatientName() function? what must i do if
> i want to get the patient age, sex, modality, etc?
>
> can VTK do this or should i read the image file manually(read the header or
> something)?maybe someone can give me information about dicom file format and
> how to extract the informations above??
>
>
>
> Plis help me..
>
>
> thanx a lot..
> _______________________________________________
> This is the private VTK discussion list.
> Please keep messages on-topic. Check the 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