comparison OrthancCppClient/Patient.h @ 500:ec19da4a1fe7 laaw

fix api
author Sebastien Jodogne <s.jodogne@gmail.com>
date Wed, 17 Jul 2013 22:31:22 +0200
parents 7f7a2d174acb
children eaca3d38b2aa
comparison
equal deleted inserted replaced
498:ddeae3c3a8c2 500:ec19da4a1fe7
77 const char* GetId() const 77 const char* GetId() const
78 { 78 {
79 return id_.c_str(); 79 return id_.c_str();
80 } 80 }
81 81
82 std::string GetMainDicomTag(const char* tag, 82 const char* GetMainDicomTag(const char* tag,
83 const char* defaultValue) const; 83 const char* defaultValue) const;
84 }; 84 };
85 } 85 }