comparison OrthancServer/OrthancFindRequestHandler.cpp @ 2892:ce310baccda6 db-changes

DicomTagConstraint and DatabaseLookup
author Sebastien Jodogne <s.jodogne@gmail.com>
date Tue, 16 Oct 2018 18:00:05 +0200
parents ae8e72009e64
children 4767d36679ed
comparison
equal deleted inserted replaced
2884:497a637366b4 2892:ce310baccda6
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;