X-Git-Url: https://git.creatis.insa-lyon.fr/pubgit/?a=blobdiff_plain;ds=sidebyside;f=Testing%2FTestDicomDir.cxx;h=b2dad187df6046de3137692e082cf2f47bef288d;hb=6278320cc85da00d2d56ffbf07806e84966892c3;hp=b30e45352eda2cc84ae97dbac9ca37243d0ad69c;hpb=9d461db5c5d954548cd07d1fa095e9bad43a0cac;p=gdcm.git diff --git a/Testing/TestDicomDir.cxx b/Testing/TestDicomDir.cxx index b30e4535..b2dad187 100644 --- a/Testing/TestDicomDir.cxx +++ b/Testing/TestDicomDir.cxx @@ -3,8 +3,8 @@ Program: gdcm Module: $RCSfile: TestDicomDir.cxx,v $ Language: C++ - Date: $Date: 2007/06/21 14:59:06 $ - Version: $Revision: 1.46 $ + Date: $Date: 2008/09/15 15:49:21 $ + Version: $Revision: 1.47 $ Copyright (c) CREATIS (Centre de Recherche et d'Applications en Traitement de l'Image). All rights reserved. See Doc/License.txt or @@ -29,8 +29,8 @@ #include -// check *all* the dicom elements (gdcm::DocEntry) -// of this gdcm::DicomDirObject +// check *all* the dicom elements (GDCM_NAME_SPACE::DocEntry) +// of this GDCM_NAME_SPACE::DicomDirObject int CompareSQItem(GDCM_NAME_SPACE::SQItem *pa1, GDCM_NAME_SPACE::SQItem *pa2 ) { GDCM_NAME_SPACE::DocEntry *e1; @@ -133,7 +133,7 @@ int TestDicomDir(int argc, char *argv[]) <<"' is readable"<GetFirstPatient() ) { std::cout<<" DicomDir '"<GetFirstPatient(); while ( pa1 ) - { // we process all the PATIENT of this gdcm::DicomDir + { // we process all the PATIENT of this GDCM_NAME_SPACE::DicomDir std::cout << pa1->GetEntryString(0x0010, 0x0010) << std::endl; // Patient's Name st1 = pa1->GetFirstStudy();