diff OrthancServer/Internals/StoreScp.cpp @ 1668:de1413733c97 db-changes

reconstructing main dicom tags
author Sebastien Jodogne <s.jodogne@gmail.com>
date Wed, 30 Sep 2015 17:18:39 +0200
parents 3309878b3e16
children 4aaaecae5803
line wrap: on
line diff
--- a/OrthancServer/Internals/StoreScp.cpp	Wed Sep 30 14:04:53 2015 +0200
+++ b/OrthancServer/Internals/StoreScp.cpp	Wed Sep 30 17:18:39 2015 +0200
@@ -211,7 +211,7 @@
 
                 if (e.GetErrorCode() == ErrorCode_InexistentTag)
                 {
-                  LogMissingRequiredTag(summary);
+                  Toolbox::LogMissingRequiredTag(summary);
                 }
                 else
                 {