]> Creatis software - gdcm.git/blobdiff - Example/PrintHeader.cxx
ENH: Improve string manipulation. I now inforce the notion of 'DicomString'
[gdcm.git] / Example / PrintHeader.cxx
index 201cb3c90cc39ecfc36c3136431a25bed9055af0..5f09579499f60e1bd50866cfa11f836220074e3c 100644 (file)
@@ -32,7 +32,7 @@ int main(int argc, char* argv[])
       
   std::cout << "\n\n" << std::endl; 
   
-  if ( e1->GetEntryByNumber(0x0002,0x0010) == GDCM_NOTLOADED ) {
+  if ( e1->GetEntryByNumber(0x0002,0x0010) == gdcm::GDCM_NOTLOADED ) {
      std::cout << "Transfert Syntax not loaded. " << std::endl
                << "Better you increase MAX_SIZE_LOAD_ELEMENT_VALUE"
                << std::endl;