diff OrthancServer/Internals/StoreScp.cpp @ 2380:96b3ec054b69

reorganization in macros
author Sebastien Jodogne <s.jodogne@gmail.com>
date Tue, 29 Aug 2017 16:49:44 +0200
parents a3a65de1840f
children b8969010b534
line wrap: on
line diff
--- a/OrthancServer/Internals/StoreScp.cpp	Mon Aug 28 18:07:03 2017 +0200
+++ b/OrthancServer/Internals/StoreScp.cpp	Tue Aug 29 16:49:44 2017 +0200
@@ -84,7 +84,6 @@
 #include "StoreScp.h"
 
 #include "../FromDcmtkBridge.h"
-#include "../ServerToolbox.h"
 #include "../ToDcmtkBridge.h"
 #include "../OrthancInitialization.h"
 #include "../../Core/OrthancException.h"
@@ -213,7 +212,7 @@
 
                 if (e.GetErrorCode() == ErrorCode_InexistentTag)
                 {
-                  ServerToolbox::LogMissingRequiredTag(summary);
+                  summary.LogMissingTagsForStore();
                 }
                 else
                 {