<br>Hi,<br><br>I'd like to now how this function work ( GetCoherentFileList (std::string serieUID) ). In fact, I use it in my program but when I do <br><br>  gdcm::SerieHelper *sh = new gdcm::SerieHelper();<br>  sh->SetDirectory(filelist, true);<br>  gdcm::FileList *fl = sh->GetCoherentFileList(uid);<br><br>fl is null after the operation. The uid I put is \"1.3.12.2.1107.5.2.6.22056.5.0.4332556278361310\" and I'm sure some fles got the same because I tried first with GetFirstCoherentFileList() (and the function was working) and the serie number I got (fh->GetFile()->GetEntryValue(0x0020, 0x000d))  was this one.<br><br>Thx,<br>    Olivier