diff OrthancServer/Internals/FindScp.cpp @ 2115:a657f7772e69

Handling of private tags/creators in the "Dictionary" configuration option
author Sebastien Jodogne <s.jodogne@gmail.com>
date Mon, 31 Oct 2016 15:23:32 +0100
parents 8e67325eaa3f
children b9bd52c72ba2
line wrap: on
line diff
--- a/OrthancServer/Internals/FindScp.cpp	Thu Oct 27 12:37:30 2016 +0200
+++ b/OrthancServer/Internals/FindScp.cpp	Mon Oct 31 15:23:32 2016 +0100
@@ -171,7 +171,7 @@
                   {
                     LOG(WARNING) << "Orthanc only supports sequence matching on worklists, "
                                  << "ignoring C-FIND SCU constraint on tag (" << tag.Format() 
-                                 << ") " << FromDcmtkBridge::GetName(tag);
+                                 << ") " << FromDcmtkBridge::GetTagName(*element);
                   }
 
                   sequencesToReturn.push_back(tag);