X-Git-Url: https://git.creatis.insa-lyon.fr/pubgit/?a=blobdiff_plain;f=Testing%2FTestLoadAllDocumentsNoPrivNoSeq.cxx;h=187f4cb5ea920d07509fce3c988e131a1ce29364;hb=6278320cc85da00d2d56ffbf07806e84966892c3;hp=8fa5711b2d31ae50cef027f300ce0fd67a5da023;hpb=9d461db5c5d954548cd07d1fa095e9bad43a0cac;p=gdcm.git diff --git a/Testing/TestLoadAllDocumentsNoPrivNoSeq.cxx b/Testing/TestLoadAllDocumentsNoPrivNoSeq.cxx index 8fa5711b..187f4cb5 100644 --- a/Testing/TestLoadAllDocumentsNoPrivNoSeq.cxx +++ b/Testing/TestLoadAllDocumentsNoPrivNoSeq.cxx @@ -3,8 +3,8 @@ Program: gdcm Module: $RCSfile: TestLoadAllDocumentsNoPrivNoSeq.cxx,v $ Language: C++ - Date: $Date: 2007/06/21 14:59:06 $ - Version: $Revision: 1.5 $ + Date: $Date: 2008/09/15 15:49:21 $ + Version: $Revision: 1.6 $ Copyright (c) CREATIS (Centre de Recherche et d'Applications en Traitement de l'Image). All rights reserved. See Doc/License.txt or @@ -103,9 +103,9 @@ int TestLoadAllDocumentsNoPrivNoSeq(int, char *[]) std::string strImageOrientationPatient = f->GetEntryValue(0x0020,0x0037); - if ( strImageOrientationPatient != gdcm::GDCM_UNFOUND ) + if ( strImageOrientationPatient != GDCM_NAME_SPACE::GDCM_UNFOUND ) { - gdcm::Orientation o; + GDCM_NAME_SPACE::Orientation o; double orient = o.TypeOrientation( f ); std::cout << " ---------------------- Orientation " << orient << std::endl;