comparison OrthancServer/OrthancFindRequestHandler.cpp @ 2897:9ff17eb830ec

integration db-changes->mainline
author Sebastien Jodogne <s.jodogne@gmail.com>
date Thu, 18 Oct 2018 10:53:22 +0200
parents ce310baccda6
children 4767d36679ed
comparison
equal deleted inserted replaced
2890:f5ce33d3295c 2897:9ff17eb830ec
611 continue; 611 continue;
612 } 612 }
613 613
614 if (FilterQueryTag(value, level, tag, manufacturer)) 614 if (FilterQueryTag(value, level, tag, manufacturer))
615 { 615 {
616 // TODO - Move this to "ResourceLookup::AddDicomConstraint()"
617
616 ValueRepresentation vr = FromDcmtkBridge::LookupValueRepresentation(tag); 618 ValueRepresentation vr = FromDcmtkBridge::LookupValueRepresentation(tag);
617 619
618 // DICOM specifies that searches must be case sensitive, except 620 // DICOM specifies that searches must be case sensitive, except
619 // for tags with a PN value representation 621 // for tags with a PN value representation
620 bool sensitive = true; 622 bool sensitive = true;