comparison Framework/Oracle/GetOrthancImageCommand.h @ 1152:78b8bfe154bc broker

GetOrthancImageCommand::SetFrameUri()
author Sebastien Jodogne <s.jodogne@gmail.com>
date Fri, 15 Nov 2019 17:52:12 +0100
parents a0a33e5ea5bb
children 0ca50d275b9a
comparison
equal deleted inserted replaced
1151:48befc2bf66d 1152:78b8bfe154bc
102 } 102 }
103 103
104 void SetInstanceUri(const std::string& instance, 104 void SetInstanceUri(const std::string& instance,
105 Orthanc::PixelFormat pixelFormat); 105 Orthanc::PixelFormat pixelFormat);
106 106
107 void SetFrameUri(const std::string& instance,
108 unsigned int frame,
109 Orthanc::PixelFormat pixelFormat);
110
107 void SetHttpHeader(const std::string& key, 111 void SetHttpHeader(const std::string& key,
108 const std::string& value) 112 const std::string& value)
109 { 113 {
110 headers_[key] = value; 114 headers_[key] = value;
111 } 115 }