diff OrthancServer/Search/LookupIdentifierQuery.h @ 1764:9ead18ef460a

escape
author Sebastien Jodogne <s.jodogne@gmail.com>
date Thu, 29 Oct 2015 16:08:59 +0100
parents 318c2e83c2bd
children b1291df2f780
line wrap: on
line diff
--- a/OrthancServer/Search/LookupIdentifierQuery.h	Thu Oct 29 12:45:20 2015 +0100
+++ b/OrthancServer/Search/LookupIdentifierQuery.h	Thu Oct 29 16:08:59 2015 +0100
@@ -129,8 +129,6 @@
     ResourceType  level_;
     Constraints   constraints_;
 
-    static std::string NormalizeIdentifier(const std::string& value);
-
   public:
     LookupIdentifierQuery(ResourceType level) : level_(level)
     {
@@ -178,6 +176,8 @@
                                  ResourceType level,
                                  const DicomMap& map);
 
+    static std::string NormalizeIdentifier(const std::string& value);
+
     void Print(std::ostream& s) const;
   };
 }