comparison OrthancServer/Search/HierarchicalMatcher.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 cda5b0ab4ce5
children 655489d9165d
comparison
equal deleted inserted replaced
2005:9e021b2b348b 2006:6301bbcbcaed
90 { 90 {
91 // Ignore this specific tag 91 // Ignore this specific tag
92 continue; 92 continue;
93 } 93 }
94 94
95 ValueRepresentation vr = FromDcmtkBridge::GetValueRepresentation(tag); 95 ValueRepresentation vr = FromDcmtkBridge::LookupValueRepresentation(tag);
96 96
97 if (constraints_.find(tag) != constraints_.end() || 97 if (constraints_.find(tag) != constraints_.end() ||
98 sequences_.find(tag) != sequences_.end()) 98 sequences_.find(tag) != sequences_.end())
99 { 99 {
100 throw OrthancException(ErrorCode_BadRequest); 100 throw OrthancException(ErrorCode_BadRequest);