PrintAllDocument.cxx # includes generated gdcmDataImages.h
TestAllReadCompareDicom.cxx # includes generated gdcmDataImages.h
TestAllEntryVerify.cxx # includes generated gdcmDataImages.h
- PrintDicomDir.cxx
#TestChangeHeader.cxx
TestDicomDir.cxx # require DICOMDIR
BuildUpDicomDir.cxx # writes a file named "NewDICOMDIR"
Program: gdcm
Module: $RCSfile: TestDicomDir.cxx,v $
Language: C++
- Date: $Date: 2005/01/13 11:22:57 $
- Version: $Revision: 1.25 $
+ Date: $Date: 2005/01/13 14:39:02 $
+ Version: $Revision: 1.26 $
Copyright (c) CREATIS (Centre de Recherche et d'Applications en Traitement de
l'Image). All rights reserved. See Doc/License.txt or
if(e1->GetDicomDirPatients().begin() == e1->GetDicomDirPatients().end() )
{
std::cout<<" DicomDir '"<<file
- <<" has no patients"<<std::endl
+ <<" has no patient"<<std::endl
<<" ...Failed"<<std::endl;
delete e1;
- return(1);
+ return 1;
}
// Simple examples of structure exploitation
std::cout<<std::flush;
delete e1;
- return(0);
+ return 0;
}