Mercurial > hg > orthanc
comparison OrthancServer/Search/HierarchicalMatcher.cpp @ 1891:b465506eb028
fix
author | Sebastien Jodogne <s.jodogne@gmail.com> |
---|---|
date | Fri, 11 Dec 2015 19:09:46 +0100 |
parents | 74dc6b764ff0 |
children | b1291df2f780 |
comparison
equal
deleted
inserted
replaced
1890:74dc6b764ff0 | 1891:b465506eb028 |
---|---|
241 | 241 |
242 DcmSequenceOfItems* sequence = NULL; | 242 DcmSequenceOfItems* sequence = NULL; |
243 if (!item.findAndGetSequence(tag, sequence).good() || | 243 if (!item.findAndGetSequence(tag, sequence).good() || |
244 sequence == NULL) | 244 sequence == NULL) |
245 { | 245 { |
246 return true; | 246 continue; |
247 } | 247 } |
248 | 248 |
249 bool match = false; | 249 bool match = false; |
250 | 250 |
251 for (unsigned long i = 0; i < sequence->card(); i++) | 251 for (unsigned long i = 0; i < sequence->card(); i++) |