comparison OrthancServer/Sources/OrthancFindRequestHandler.cpp @ 4376:b002f9abe802 varian

review of changeset 4375:208029732d51
author Sebastien Jodogne <s.jodogne@gmail.com>
date Thu, 17 Dec 2020 11:27:37 +0100
parents 208029732d51
children d9473bd5ed43
comparison
equal deleted inserted replaced
4375:208029732d51 4376:b002f9abe802
637 { 637 {
638 if (!query.GetElement(i).GetValue().IsNull()) 638 if (!query.GetElement(i).GetValue().IsNull())
639 { 639 {
640 CLOG(INFO, DICOM) << " (" << query.GetElement(i).GetTag().Format() 640 CLOG(INFO, DICOM) << " (" << query.GetElement(i).GetTag().Format()
641 << ") " << FromDcmtkBridge::GetTagName(query.GetElement(i)) 641 << ") " << FromDcmtkBridge::GetTagName(query.GetElement(i))
642 << " = " << context_.GetDeidentifiedQueryContent(query.GetElement(i)); 642 << " = " << context_.GetDeidentifiedContent(query.GetElement(i));
643 } 643 }
644 } 644 }
645 645
646 for (std::list<DicomTag>::const_iterator it = sequencesToReturn.begin(); 646 for (std::list<DicomTag>::const_iterator it = sequencesToReturn.begin();
647 it != sequencesToReturn.end(); ++it) 647 it != sequencesToReturn.end(); ++it)