comparison OrthancCppClient/Patient.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
34 34
35 #include "Study.h" 35 #include "Study.h"
36 36
37 namespace OrthancClient 37 namespace OrthancClient
38 { 38 {
39 class Patient : public Orthanc::IDynamicObject, private Orthanc::ArrayFilledByThreads::IFiller 39 class Patient :
40 public Orthanc::IDynamicObject,
41 private Orthanc::ArrayFilledByThreads::IFiller
40 { 42 {
41 private: 43 private:
42 const OrthancConnection& connection_; 44 const OrthancConnection& connection_;
43 std::string id_; 45 std::string id_;
44 Json::Value patient_; 46 Json::Value patient_;