diff OrthancServer/ServerContext.cpp @ 2380:96b3ec054b69

reorganization in macros
author Sebastien Jodogne <s.jodogne@gmail.com>
date Tue, 29 Aug 2017 16:49:44 +0200
parents 563bf878407a
children 7284093111b0
line wrap: on
line diff
--- a/OrthancServer/ServerContext.cpp	Mon Aug 28 18:07:03 2017 +0200
+++ b/OrthancServer/ServerContext.cpp	Tue Aug 29 16:49:44 2017 +0200
@@ -314,7 +314,7 @@
     {
       if (e.GetErrorCode() == ErrorCode_InexistentTag)
       {
-        ServerToolbox::LogMissingRequiredTag(dicom.GetSummary());
+        dicom.GetSummary().LogMissingTagsForStore();
       }
 
       throw;