diff OrthancServer/Search/LookupIdentifierQuery.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 b1291df2f780
children 7e8889bc95c6
line wrap: on
line diff
--- a/OrthancServer/Search/LookupIdentifierQuery.cpp	Thu Oct 27 12:37:30 2016 +0200
+++ b/OrthancServer/Search/LookupIdentifierQuery.cpp	Mon Oct 31 15:23:32 2016 +0100
@@ -264,7 +264,7 @@
       for (size_t j = 0; j < (*it)->GetSize(); j++)
       {
         const Constraint& c = (*it)->GetConstraint(j);
-        s << FromDcmtkBridge::GetName(c.GetTag());
+        s << FromDcmtkBridge::GetTagName(c.GetTag(), "");
 
         switch (c.GetType())
         {