Program: gdcm
Module: $RCSfile: gdcmGlobal.cxx,v $
Language: C++
- Date: $Date: 2007/07/04 15:38:53 $
- Version: $Revision: 1.36 $
+ Date: $Date: 2007/09/17 12:20:01 $
+ Version: $Revision: 1.37 $
Copyright (c) CREATIS (Centre de Recherche et d'Applications en Traitement de
l'Image). All rights reserved. See Doc/License.txt or
const std::string GDCM_UNKNOWN = "GDCM::Unknown";
const std::string GDCM_UNFOUND = "GDCM::Unfound";
-const std::string GDCM_BINLOADED = "GDCM::Binary data loaded";
+const std::string GDCM_BINLOADED = "GDCM::Binary data";
const std::string GDCM_NOTLOADED = "GDCM::NotLoaded";
const std::string GDCM_UNREAD = "GDCM::UnRead";
const std::string GDCM_NOTASCII = "GDCM::NotAscii";
Program: gdcm
Module: $RCSfile: gdcmMpeg.cxx,v $
Language: C++
- Date: $Date: 2007/08/22 16:14:04 $
- Version: $Revision: 1.13 $
+ Date: $Date: 2007/09/17 12:20:01 $
+ Version: $Revision: 1.14 $
Copyright (c) CREATIS (Centre de Recherche et d'Applications en Traitement de
l'Image). All rights reserved. See Doc/License.txt or
}
} // End "C" extern
-namespace gdcm
+namespace GDCM_NAME_SPACE
{
/**
* \brief routine for MPEG decompression
Program: gdcm
Module: $RCSfile: gdcmOrientation.cxx,v $
Language: C++
- Date: $Date: 2007/05/23 14:18:10 $
- Version: $Revision: 1.25 $
+ Date: $Date: 2007/09/17 12:20:00 $
+ 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
enum { transaxial, sagittal, coronal } slice_orientation;
std::string patient_position = h.GetEntryByNumber(0x0018,0x5100);
- if(patient_position == "gdcm::Unfound")
+ if(patient_position == GDCM_UNFOUND)
{
patient_position = "HF";
}