Hi everyone,<div><br></div><div>I&#39;m a newbie user of ITK, and have a problem when reading DICOM volumes stored as series, using itk::GDCMSeriesFileNames and itk::GDCMImageIO. </div><div><br></div><div>Let&#39;s suppose we have DICOM files belonging to several series, and all those files are stored in the same directory. I know how to identify the different series stored in that directory by using GDCMSeriesFileNames::GetSeriesUIDs(), and also how to know which files belong to each series by using GDCMSeriesFileNames::GetFileNames().</div>
<div><br></div><div>The key is that I need to access some DICOM tags (as PatientName, Modality,...)  BEFORE reading the volume, so I can have a better idea of what series I am going to load than the mere UID. The only way I could find to do that, is reading the volume and use GetMetaDataObjectValue()... but too many operations are done in vain, and the process is too slow.</div>
<div><br></div><div>Is there any way to query these tags without reading the whole volume?</div><div><br></div><div>Thank you in advance for your attention.</div><div><br></div><div>Best,</div><div><br></div><div>Iago </div>