comparison OrthancServer/OrthancFindRequestHandler.cpp @ 2006:6301bbcbcaed

more generic support of value representations
author Sebastien Jodogne <s.jodogne@gmail.com>
date Thu, 09 Jun 2016 14:48:40 +0200
parents b5d4f9c156ad
children 655489d9165d
comparison
equal deleted inserted replaced
2005:9e021b2b348b 2006:6301bbcbcaed
608 continue; 608 continue;
609 } 609 }
610 610
611 if (FilterQueryTag(value, level, tag, modality.GetManufacturer())) 611 if (FilterQueryTag(value, level, tag, modality.GetManufacturer()))
612 { 612 {
613 ValueRepresentation vr = FromDcmtkBridge::GetValueRepresentation(tag); 613 ValueRepresentation vr = FromDcmtkBridge::LookupValueRepresentation(tag);
614 614
615 // DICOM specifies that searches must be case sensitive, except 615 // DICOM specifies that searches must be case sensitive, except
616 // for tags with a PN value representation 616 // for tags with a PN value representation
617 bool sensitive = true; 617 bool sensitive = true;
618 if (vr == ValueRepresentation_PatientName) 618 if (vr == ValueRepresentation_PatientName)