X-Git-Url: https://git.creatis.insa-lyon.fr/pubgit/?a=blobdiff_plain;f=Testing%2FTestDicomDir.cxx;h=35d17d65cd367b942ed30cb8045aeb6f13246d32;hb=14900333988858a95935ec735224433cf308c21c;hp=11f8aa6d5d4754c42a3445a6fda4c36c9cd7c804;hpb=8f68ff1b50850c4b4890d15af2218e3ef12da4e2;p=gdcm.git diff --git a/Testing/TestDicomDir.cxx b/Testing/TestDicomDir.cxx index 11f8aa6d..35d17d65 100644 --- a/Testing/TestDicomDir.cxx +++ b/Testing/TestDicomDir.cxx @@ -1,26 +1,13 @@ #include #include "gdcm.h" -#include "gdcmHeaderEntry.h" +#include "gdcmDocEntry.h" #include "gdcmDicomDir.h" #include -#ifdef GDCM_NO_ANSI_STRING_STREAM -# include -# define ostringstream ostrstream -# else -# include -#endif -#include -#include - -#define ostringstream ostrstream -//extern "C" - -int testDicomDir(int argc, char* argv[]) +int TestDicomDir(int argc, char* argv[]) { gdcmDicomDir *e1; - ListTag::iterator deb , fin; ListDicomDirPatient::iterator itPatient; ListDicomDirStudy::iterator itStudy; @@ -49,7 +36,7 @@ int testDicomDir(int argc, char* argv[]) } // Simple examples of structure exploitation -// DON'T REMOVE neither the folowing code, nor the commented out lines +// DON'T REMOVE neither the following code, nor the commented out lines /* cout << std::endl << std::endl