X-Git-Url: https://git.creatis.insa-lyon.fr/pubgit/?a=blobdiff_plain;f=Testing%2FTestPrintAllDocument.cxx;h=76215a247570bd4b0402b3f650865564a1b44409;hb=249df4735f1fab52f49a6e75ff6602ef4ab14ee6;hp=26af718ebb4856a4c7e15e47b8ce487afd1215a7;hpb=06a0fef14384fff540b619069c11e9dfaae2bbc6;p=gdcm.git diff --git a/Testing/TestPrintAllDocument.cxx b/Testing/TestPrintAllDocument.cxx index 26af718e..76215a24 100644 --- a/Testing/TestPrintAllDocument.cxx +++ b/Testing/TestPrintAllDocument.cxx @@ -3,8 +3,8 @@ Program: gdcm Module: $RCSfile: TestPrintAllDocument.cxx,v $ Language: C++ - Date: $Date: 2005/10/01 19:39:15 $ - Version: $Revision: 1.8 $ + Date: $Date: 2005/10/18 08:35:46 $ + Version: $Revision: 1.9 $ Copyright (c) CREATIS (Centre de Recherche et d'Applications en Traitement de l'Image). All rights reserved. See Doc/License.txt or @@ -24,14 +24,12 @@ #include "gdcmFile.h" #include "gdcmUtil.h" #include "gdcmCommon.h" -#include "gdcmBinEntry.h" #include "gdcmDocEntry.h" #include "gdcmDocEntrySet.h" #include "gdcmDocument.h" #include "gdcmElementSet.h" #include "gdcmSeqEntry.h" #include "gdcmSQItem.h" -#include "gdcmValEntry.h" #include "gdcmOrientation.h" #include #include @@ -84,7 +82,7 @@ int TestPrintAllDocument(int, char *[]) std::cout << " Smpl.P.Pix.=" << f->GetSamplesPerPixel() << " Plan.Config.=" << f->GetPlanarConfiguration(); - photomInterp = f->GetEntryValue(0x0028,0x0004); + photomInterp = f->GetEntryString(0x0028,0x0004); std::cout << " Photom.Interp.=" << photomInterp; for (j=0; jGetEntryValue(0x0020,0x0037); + f->GetEntryString(0x0020,0x0037); if ( strImageOrientationPatient != gdcm::GDCM_UNFOUND ) { gdcm::Orientation o;