diff CppClient/Patient.h @ 6:c584c25a74fd

cont
author Sebastien Jodogne <s.jodogne@gmail.com>
date Tue, 02 Jun 2015 10:22:49 +0200
parents 798076adf9e9
children e59bf2554e59
line wrap: on
line diff
--- a/CppClient/Patient.h	Tue Jun 02 10:11:34 2015 +0200
+++ b/CppClient/Patient.h	Tue Jun 02 10:22:49 2015 +0200
@@ -43,13 +43,13 @@
    **/
   class LAAW_API Patient : 
     public Orthanc::IDynamicObject, 
-    private Orthanc::ArrayFilledByThreads::IFiller
+    private ArrayFilledByThreads::IFiller
   {
   private:
     const OrthancConnection& connection_;
     std::string id_;
     Json::Value patient_;
-    Orthanc::ArrayFilledByThreads  studies_;
+    ArrayFilledByThreads  studies_;
 
     void ReadPatient();