comparison Plugins/Samples/Common/OrthancPluginCppWrapper.h @ 2796:4df3c64402ba

MemoryBuffer::GetDicomInstance()
author Sebastien Jodogne <s.jodogne@gmail.com>
date Fri, 27 Jul 2018 16:40:09 +0200
parents 57e2d65d37ce
children 579acc5e5412
comparison
equal deleted inserted replaced
2795:f2e49b953e86 2796:4df3c64402ba
178 178
179 bool HttpPut(const std::string& url, 179 bool HttpPut(const std::string& url,
180 const std::string& body, 180 const std::string& body,
181 const std::string& username, 181 const std::string& username,
182 const std::string& password); 182 const std::string& password);
183
184 void GetDicomInstance(const std::string& instanceId);
183 }; 185 };
184 186
185 187
186 class OrthancString : public boost::noncopyable 188 class OrthancString : public boost::noncopyable
187 { 189 {