<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
  <meta content="text/html;charset=ISO-8859-1" http-equiv="Content-Type">
  <title></title>
</head>
<body bgcolor="#ffffff" text="#000000">
I feel embarassed about the question I am doing but... current
documentation and examples seems to be too complicated to me.<br>
I would like to read from a DICOM series the PATIENT NAME and other
useful information.<br>
Is it an easy way to do it with the VTK wrapper?<br>
<br>
dicom_reader = vtkGdcmReader::New();<br>
dicom_reader->RemoveAllFileName();<br>
for(every file in a folder)<br>
    dicom_reader->AddFileName(newFileDcm);<br>
dicom_reader->Update();<br>
<br>
and then?<br>
With vtkDICOMImageReader we have the<br>
const char * <a class="el"
 href="http://www.vtk.org/doc/nightly/html/classvtkDICOMImageReader.html#a16">GetPatientName</a>
()<br>
method. Is there something similar with gdcm?<br>
<br>
Thanks,<br>
<br>
Luca<br>
<br>
</body>
</html>