I have an application on hands sitting on top of VTK 5.3. Using vtkDICOMImageReader I'm getting image position, width, height, ..., so far so good.
But is there a good way to read ImageType string with tag (0008,0008)?
More general, could I read any tag back using vtkDICOMImageReader? Pass tag value, get back what's in the DICOM file?