Mercurial > hg > orthanc
comparison OrthancServer/OrthancFindRequestHandler.cpp @ 3001:7695a9c81099
refactoring /tools/find using LookupResource::IVisitor
author | Sebastien Jodogne <s.jodogne@gmail.com> |
---|---|
date | Tue, 11 Dec 2018 18:36:38 +0100 |
parents | bbfd95a0c429 |
children | 5ae3ff2398e9 |
comparison
equal
deleted
inserted
replaced
2998:0a52af0c66e7 | 3001:7695a9c81099 |
---|---|
621 continue; | 621 continue; |
622 } | 622 } |
623 | 623 |
624 if (FilterQueryTag(value, level, tag, manufacturer)) | 624 if (FilterQueryTag(value, level, tag, manufacturer)) |
625 { | 625 { |
626 // TODO - Move this to "ResourceLookup::AddDicomConstraint()" | |
627 | |
628 ValueRepresentation vr = FromDcmtkBridge::LookupValueRepresentation(tag); | 626 ValueRepresentation vr = FromDcmtkBridge::LookupValueRepresentation(tag); |
629 | 627 |
630 // DICOM specifies that searches must be case sensitive, except | 628 // DICOM specifies that searches must be case sensitive, except |
631 // for tags with a PN value representation | 629 // for tags with a PN value representation |
632 bool sensitive = true; | 630 bool sensitive = true; |