comparison OrthancServer/OrthancMoveRequestHandler.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 21fcfc428dc2
children 2b1520efa282
comparison
equal deleted inserted replaced
2114:e4f8e377782f 2115:a657f7772e69
179 for (size_t i = 0; i < query.GetSize(); i++) 179 for (size_t i = 0; i < query.GetSize(); i++)
180 { 180 {
181 if (!query.GetElement(i).GetValue().IsNull()) 181 if (!query.GetElement(i).GetValue().IsNull())
182 { 182 {
183 LOG(INFO) << " " << query.GetElement(i).GetTag() 183 LOG(INFO) << " " << query.GetElement(i).GetTag()
184 << " " << FromDcmtkBridge::GetName(query.GetElement(i).GetTag()) 184 << " " << FromDcmtkBridge::GetTagName(query.GetElement(i))
185 << " = " << query.GetElement(i).GetValue().GetContent(); 185 << " = " << query.GetElement(i).GetValue().GetContent();
186 } 186 }
187 } 187 }
188 } 188 }
189 189