comparison OrthancFramework/Sources/RestApi/RestApiCall.h @ 4473:68f52897c119

new URIs: /tools/accepted-transfer-syntaxes and /tools/unknown-sop-class-accepted to replace Lua callbacks for transfer syntaxes
author Sebastien Jodogne <s.jodogne@gmail.com>
date Tue, 26 Jan 2021 14:48:10 +0100
parents d9473bd5ed43
children 7053502fbf97
comparison
equal deleted inserted replaced
4472:28a4baadde17 4473:68f52897c119
150 150
151 bool IsDocumentation() const 151 bool IsDocumentation() const
152 { 152 {
153 return (origin_ == RequestOrigin_Documentation); 153 return (origin_ == RequestOrigin_Documentation);
154 } 154 }
155
156 static bool ParseBoolean(const std::string& value);
155 }; 157 };
156 } 158 }