X-Git-Url: https://git.creatis.insa-lyon.fr/pubgit/?a=blobdiff_plain;f=Example%2FexSerieHelper.cxx;h=8a1de409aafb982cb32f609c2ba2ba5d4aa8b353;hb=fe2d1ed161ad70897d6aaeda19965ffb68f8bb66;hp=03a6a80f1bb8b9fd9a1947e85967e769a06035f0;hpb=1b40c2ffa0f5f173a98e121572a19c7316be011b;p=gdcm.git diff --git a/Example/exSerieHelper.cxx b/Example/exSerieHelper.cxx index 03a6a80f..8a1de409 100644 --- a/Example/exSerieHelper.cxx +++ b/Example/exSerieHelper.cxx @@ -3,8 +3,8 @@ Program: gdcm Module: $RCSfile: exSerieHelper.cxx,v $ Language: C++ - Date: $Date: 2005/08/22 11:21:56 $ - Version: $Revision: 1.2 $ + Date: $Date: 2005/08/30 15:13:06 $ + Version: $Revision: 1.4 $ Copyright (c) CREATIS (Centre de Recherche et d'Applications en Traitement de l'Image). All rights reserved. See Doc/License.txt or @@ -39,7 +39,7 @@ int main(int argc, char *argv[]) std::cout << "Dir Name :[" << dirName << "]" << std::endl; s = new gdcm::SerieHelper(); - s->SetLoadMode(0x00000000); // Load everything for each File + s->SetLoadMode(gdcm::LD_ALL); // Load everything for each File //s->AddRestriction(tagKey, valueToCheck); // Keep only files where // restriction is true s->SetDirectory(dirName, true); // true : recursive exploration