comparison OrthancServer/Sources/OrthancFindRequestHandler.cpp @ 5702:359a8adb3802 find-refactoring

cppcheck
author Sebastien Jodogne <s.jodogne@gmail.com>
date Fri, 12 Jul 2024 15:17:26 +0200
parents 1fab9ddaf702
children 0c2f0d72d143
comparison
equal deleted inserted replaced
5701:388aef262b1b 5702:359a8adb3802
390 { 390 {
391 // Do not include the encoding, this is handled by class ParsedDicomFile 391 // Do not include the encoding, this is handled by class ParsedDicomFile
392 } 392 }
393 else 393 else
394 { 394 {
395 const DicomTag& tag = queryAsArray_.GetElement(i).GetTag();
396 const DicomValue* value = resourceTags.TestAndGetValue(tag); 395 const DicomValue* value = resourceTags.TestAndGetValue(tag);
397 396
398 if (value == NULL || 397 if (value == NULL ||
399 value->IsNull() || 398 value->IsNull() ||
400 value->IsBinary()) 399 value->IsBinary())