diff Plugins/Engine/OrthancPlugins.cpp @ 2120:4b02ec79728a

refactoring
author Sebastien Jodogne <s.jodogne@gmail.com>
date Mon, 07 Nov 2016 11:19:19 +0100
parents a657f7772e69
children 2b1520efa282
line wrap: on
line diff
--- a/Plugins/Engine/OrthancPlugins.cpp	Sun Nov 06 11:39:04 2016 +0100
+++ b/Plugins/Engine/OrthancPlugins.cpp	Mon Nov 07 11:19:19 2016 +0100
@@ -1563,7 +1563,7 @@
         else
         {
           Json::Value simplified;
-          Toolbox::SimplifyTags(simplified, instance.GetJson(), DicomToJsonFormat_Human);
+          ServerToolbox::SimplifyTags(simplified, instance.GetJson(), DicomToJsonFormat_Human);
           s = writer.write(simplified);
         }
 
@@ -2784,7 +2784,7 @@
         }
 
         IStorageArea& storage = *reinterpret_cast<IStorageArea*>(p.storageArea);
-        Toolbox::ReconstructMainDicomTags(*pimpl_->database_, storage, Plugins::Convert(p.level));
+        ServerToolbox::ReconstructMainDicomTags(*pimpl_->database_, storage, Plugins::Convert(p.level));
 
         return true;
       }