[Dcmlib] GetCoherentFileList (std::string serieUID)
Jean-Michel Rouet
jean-michel.rouet at philips.com
Fri Jul 29 08:58:05 CEST 2005
>
> Hi,
>
> 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
>
> gdcm::SerieHelper *sh = new gdcm::SerieHelper();
> sh->SetDirectory(filelist, true);
> gdcm::FileList *fl = sh->GetCoherentFileList(uid);
>
> 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()
Are you sure it's the serie uid (group=0x0020, element=0x000e) that you
are passing?
More information about the Dcmlib
mailing list