diff Core/RestApi/RestApi.h @ 285:4031f73fe0e4

access to the raw dicom tags
author Sebastien Jodogne <s.jodogne@gmail.com>
date Wed, 12 Dec 2012 17:53:14 +0100
parents 16a4ac70bd8a
children 4eea080e6e7a
line wrap: on
line diff
--- a/Core/RestApi/RestApi.h	Wed Dec 12 15:40:18 2012 +0100
+++ b/Core/RestApi/RestApi.h	Wed Dec 12 17:53:14 2012 +0100
@@ -70,6 +70,11 @@
       {
         return *fullUri_;
       }
+    
+      const UriComponents& GetTrailingUri() const
+      {
+        return *trailing_;
+      }
 
       std::string GetUriComponent(const std::string& name,
                                   const std::string& defaultValue) const