comparison OrthancCppClient/OrthancConnection.cpp @ 506:6e4bd06c17c5 laaw

the wrapper is working
author Sebastien Jodogne <s.jodogne@gmail.com>
date Thu, 18 Jul 2013 12:01:51 +0200
parents 50d9660f960c
children eaca3d38b2aa
comparison
equal deleted inserted replaced
504:50d9660f960c 506:6e4bd06c17c5
68 orthancUrl_(orthancUrl), patients_(*this) 68 orthancUrl_(orthancUrl), patients_(*this)
69 { 69 {
70 client_.SetCredentials(username, password); 70 client_.SetCredentials(username, password);
71 ReadPatients(); 71 ReadPatients();
72 } 72 }
73
74
75 } 73 }