diff OrthancServer/Search/IFindConstraint.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 b1291df2f780
children a3a65de1840f
line wrap: on
line diff
--- a/OrthancServer/Search/IFindConstraint.cpp	Wed Jun 08 12:36:21 2016 +0200
+++ b/OrthancServer/Search/IFindConstraint.cpp	Thu Jun 09 14:48:40 2016 +0200
@@ -47,7 +47,7 @@
                                                          const std::string& dicomQuery,
                                                          bool caseSensitive)
   {
-    ValueRepresentation vr = FromDcmtkBridge::GetValueRepresentation(tag);
+    ValueRepresentation vr = FromDcmtkBridge::LookupValueRepresentation(tag);
 
     if (vr == ValueRepresentation_Sequence)
     {