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

reorganization
author Sebastien Jodogne <s.jodogne@gmail.com>
date Tue, 08 Nov 2016 10:49:45 +0100
parents b9bd52c72ba2
children 21713ce8717b
line wrap: on
line diff
--- a/OrthancServer/Internals/MoveScp.cpp	Tue Nov 08 10:06:16 2016 +0100
+++ b/OrthancServer/Internals/MoveScp.cpp	Tue Nov 08 10:49:45 2016 +0100
@@ -130,7 +130,7 @@
       if (data.lastRequest_ == NULL)
       {
         DicomMap input;
-        FromDcmtkBridge::ExtractDicomSummary(input, *requestIdentifiers);
+        Configuration::ExtractDicomSummary(input, *requestIdentifiers);
 
         try
         {