diff OrthancFramework/Sources/RestApi/RestApiGetCall.h @ 4834:bec432ee1094

download of numpy arrays from the REST API
author Sebastien Jodogne <s.jodogne@gmail.com>
date Fri, 26 Nov 2021 19:03:32 +0100
parents 7053502fbf97
children 43e613a7756b
line wrap: on
line diff
--- a/OrthancFramework/Sources/RestApi/RestApiGetCall.h	Thu Nov 25 19:05:41 2021 +0100
+++ b/OrthancFramework/Sources/RestApi/RestApiGetCall.h	Fri Nov 26 19:03:32 2021 +0100
@@ -61,6 +61,9 @@
     {
       return getArguments_.find(name) != getArguments_.end();
     }
+
+    bool GetBooleanArgument(const std::string& name,
+                            bool defaultValue) const;
     
     virtual bool ParseJsonRequest(Json::Value& result) const ORTHANC_OVERRIDE;
   };