X-Git-Url: https://git.creatis.insa-lyon.fr/pubgit/?a=blobdiff_plain;f=src%2FgdcmSerieHelper.h;h=73fc8a949209bc878efb6483e240f3b548cb4449;hb=f7a26bf3c5aeaab693baca4c3dfc95e475bca776;hp=6b91c5bbf98b7a1346465d1b717636bdb9074605;hpb=9f370e10404b477add75840ccfee5d575ca21e16;p=gdcm.git diff --git a/src/gdcmSerieHelper.h b/src/gdcmSerieHelper.h index 6b91c5bb..73fc8a94 100644 --- a/src/gdcmSerieHelper.h +++ b/src/gdcmSerieHelper.h @@ -3,8 +3,8 @@ Program: gdcm Module: $RCSfile: gdcmSerieHelper.h,v $ Language: C++ - Date: $Date: 2005/10/23 15:04:26 $ - Version: $Revision: 1.25 $ + Date: $Date: 2005/11/08 16:31:21 $ + Version: $Revision: 1.27 $ Copyright (c) CREATIS (Centre de Recherche et d'Applications en Traitement de l'Image). All rights reserved. See Doc/License.txt or @@ -92,12 +92,13 @@ public: FileList *GetFirstSingleSerieUIDFileSet(); FileList *GetNextSingleSerieUIDFileSet(); FileList *GetSingleSerieUIDFileSet(std::string serieUID); - + /// brief returns the 'Series Instance UID' Single SerieUID FileSet + std::string GetCurrentSerieUIDFileSetUID() + { return (*ItFileSetHt).first; } /// All the following allow user to restrict DICOM file to be part /// of a particular serie GDCM_LEGACY( void AddRestriction(TagKey const &key, std::string const &value) ); - void AddRestriction(uint16_t group, uint16_t elem, - std::string const &value, int op); + void AddRestriction(TagKey const &key, std::string const &value, int op); /** * \brief Sets the LoadMode as a boolean string.