diff 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
line wrap: on
line diff
--- a/OrthancCppClient/Patient.h	Mon Aug 12 10:56:35 2013 +0200
+++ b/OrthancCppClient/Patient.h	Thu Sep 12 12:55:07 2013 +0200
@@ -81,5 +81,7 @@
 
     const char* GetMainDicomTag(const char* tag, 
                                 const char* defaultValue) const;
+
+    LAAW_API_INTERNAL void Delete();
   };
 }