comparison CppClient/OrthancConnection.h @ 6:c584c25a74fd

cont
author Sebastien Jodogne <s.jodogne@gmail.com>
date Tue, 02 Jun 2015 10:22:49 +0200
parents 798076adf9e9
children 39730d6727f3
comparison
equal deleted inserted replaced
5:798076adf9e9 6:c584c25a74fd
43 * {description}{This class encapsulates a connection to a remote instance 43 * {description}{This class encapsulates a connection to a remote instance
44 * of %Orthanc through its REST API.} 44 * of %Orthanc through its REST API.}
45 **/ 45 **/
46 class LAAW_API OrthancConnection : 46 class LAAW_API OrthancConnection :
47 public boost::noncopyable, 47 public boost::noncopyable,
48 private Orthanc::ArrayFilledByThreads::IFiller 48 private ArrayFilledByThreads::IFiller
49 { 49 {
50 private: 50 private:
51 Orthanc::HttpClient client_; 51 Orthanc::HttpClient client_;
52 std::string orthancUrl_; 52 std::string orthancUrl_;
53 Orthanc::ArrayFilledByThreads patients_; 53 ArrayFilledByThreads patients_;
54 Json::Value content_; 54 Json::Value content_;
55 55
56 void ReadPatients(); 56 void ReadPatients();
57 57
58 virtual size_t GetFillerSize() 58 virtual size_t GetFillerSize()