comparison OrthancCppClient/Patient.h @ 540:eaca3d38b2aa laaw

many fixes
author Sebastien Jodogne <s.jodogne@gmail.com>
date Thu, 12 Sep 2013 12:55:07 +0200
parents ec19da4a1fe7
children 9d2592c08919
comparison
equal deleted inserted replaced
537:2890721b0f57 540:eaca3d38b2aa
79 return id_.c_str(); 79 return id_.c_str();
80 } 80 }
81 81
82 const char* GetMainDicomTag(const char* tag, 82 const char* GetMainDicomTag(const char* tag,
83 const char* defaultValue) const; 83 const char* defaultValue) const;
84
85 LAAW_API_INTERNAL void Delete();
84 }; 86 };
85 } 87 }