diff OrthancServer/Internals/DicomImageDecoder.cpp @ 2131:bb199bccdc45

reorganization
author Sebastien Jodogne <s.jodogne@gmail.com>
date Tue, 08 Nov 2016 10:49:45 +0100
parents b9bd52c72ba2
children dd609a99d39a
line wrap: on
line diff
--- a/OrthancServer/Internals/DicomImageDecoder.cpp	Tue Nov 08 10:06:16 2016 +0100
+++ b/OrthancServer/Internals/DicomImageDecoder.cpp	Tue Nov 08 10:49:45 2016 +0100
@@ -250,7 +250,7 @@
       // See also: http://support.dcmtk.org/wiki/dcmtk/howto/accessing-compressed-data
 
       DicomMap m;
-      FromDcmtkBridge::ExtractDicomSummary(m, dataset);
+      Configuration::ExtractDicomSummary(m, dataset);
 
       /**
        * Create an accessor to the raw values of the DICOM image.
@@ -322,7 +322,7 @@
                                                 bool ignorePhotometricInterpretation)
   {
     DicomMap m;
-    FromDcmtkBridge::ExtractDicomSummary(m, dataset);
+    Configuration::ExtractDicomSummary(m, dataset);
 
     DicomImageInformation info(m);
     PixelFormat format;