comparison 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
comparison
equal deleted inserted replaced
284:06aa7b7b6723 285:4031f73fe0e4
68 68
69 const UriComponents& GetFullUri() const 69 const UriComponents& GetFullUri() const
70 { 70 {
71 return *fullUri_; 71 return *fullUri_;
72 } 72 }
73
74 const UriComponents& GetTrailingUri() const
75 {
76 return *trailing_;
77 }
73 78
74 std::string GetUriComponent(const std::string& name, 79 std::string GetUriComponent(const std::string& name,
75 const std::string& defaultValue) const 80 const std::string& defaultValue) const
76 { 81 {
77 return HttpHandler::GetArgument(*uriComponents_, name, defaultValue); 82 return HttpHandler::GetArgument(*uriComponents_, name, defaultValue);