comparison OrthancServer/Sources/OrthancFindRequestHandler.cpp @ 4375:208029732d51 varian

New config option "DeidentifyDimseQueryLogs"
author Mark Poscablo <Mark.Poscablo@varian.com>
date Tue, 15 Dec 2020 13:59:01 -0500
parents 91554aecff9a
children b002f9abe802
comparison
equal deleted inserted replaced
4374:79ef2b6d8e76 4375:208029732d51
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 << " = " << query.GetElement(i).GetValue().GetContent(); 642 << " = " << context_.GetDeidentifiedQueryContent(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)