comparison OrthancCppClient/OrthancConnection.h @ 480:482cde3f3c14

sample of c++ client
author Sebastien Jodogne <s.jodogne@gmail.com>
date Tue, 16 Jul 2013 09:22:55 +0200
parents 0cd977e94479
children 7f7a2d174acb
comparison
equal deleted inserted replaced
479:0cd977e94479 480:482cde3f3c14
36 36
37 #include "Patient.h" 37 #include "Patient.h"
38 38
39 namespace OrthancClient 39 namespace OrthancClient
40 { 40 {
41 class OrthancConnection : public boost::noncopyable, private Orthanc::ArrayFilledByThreads::IFiller 41 class OrthancConnection :
42 public boost::noncopyable,
43 private Orthanc::ArrayFilledByThreads::IFiller
42 { 44 {
43 private: 45 private:
44 Orthanc::HttpClient client_; 46 Orthanc::HttpClient client_;
45 std::string orthancUrl_; 47 std::string orthancUrl_;
46 Orthanc::ArrayFilledByThreads patients_; 48 Orthanc::ArrayFilledByThreads patients_;