diff OrthancCppClient/SharedLibrary/AUTOGENERATED/ExternC.cpp @ 593:9d2592c08919

documentation completed
author Sebastien Jodogne <s.jodogne@gmail.com>
date Fri, 04 Oct 2013 15:04:37 +0200
parents 6f01dd71b601
children 11a195070841
line wrap: on
line diff
--- a/OrthancCppClient/SharedLibrary/AUTOGENERATED/ExternC.cpp	Wed Oct 02 17:40:49 2013 +0200
+++ b/OrthancCppClient/SharedLibrary/AUTOGENERATED/ExternC.cpp	Fri Oct 04 15:04:37 2013 +0200
@@ -155,7 +155,7 @@
         }
       }
 
-      LAAW_EXPORT_DLL_API char* LAAW_CALL_CONVENTION LAAW_EXTERNC_d7497fd24e4b453f2965bae9ef8330b0(void* thisObject)
+      LAAW_EXPORT_DLL_API char* LAAW_CALL_CONVENTION LAAW_EXTERNC_e05097c153f676e5a5ee54dcfc78256f(void* thisObject)
       {
         try
         {
@@ -164,7 +164,7 @@
           #endif
 
           OrthancClient::OrthancConnection* this_ = static_cast<OrthancClient::OrthancConnection*>(thisObject);
-this_->Refresh();
+this_->Reload();
 
           return NULL;
         }
@@ -542,29 +542,6 @@
         }
       }
 
-      LAAW_EXPORT_DLL_API char* LAAW_CALL_CONVENTION LAAW_EXTERNC_152cb1b704c053d24b0dab7461ba6ea3(void* thisObject, int32_t* result)
-      {
-        try
-        {
-          #ifdef LAAW_EXTERNC_START_FUNCTION
-          LAAW_EXTERNC_START_FUNCTION;
-          #endif
-
-          OrthancClient::Series* this_ = static_cast<OrthancClient::Series*>(thisObject);
-*result = this_->Is3DImage();
-
-          return NULL;
-        }
-        catch (::Laaw::LaawException& e)
-        {
-          return LAAW_EXTERNC_CopyString(e.What());
-        }
-        catch (...)
-        {
-          return LAAW_EXTERNC_CopyString("...");
-        }
-      }
-
       LAAW_EXPORT_DLL_API char* LAAW_CALL_CONVENTION LAAW_EXTERNC_852bf8296ca21c5fde5ec565cc10721d(void* thisObject, uint32_t* result)
       {
         try
@@ -657,6 +634,52 @@
         }
       }
 
+      LAAW_EXPORT_DLL_API char* LAAW_CALL_CONVENTION LAAW_EXTERNC_88134b978f9acb2aecdadf54aeab3c64(const void* thisObject, const char** result, const char* arg0, const char* arg1)
+      {
+        try
+        {
+          #ifdef LAAW_EXTERNC_START_FUNCTION
+          LAAW_EXTERNC_START_FUNCTION;
+          #endif
+
+          const OrthancClient::Series* this_ = static_cast<const OrthancClient::Series*>(thisObject);
+*result = this_->GetMainDicomTag(reinterpret_cast< const char* >(arg0), reinterpret_cast< const char* >(arg1));
+
+          return NULL;
+        }
+        catch (::Laaw::LaawException& e)
+        {
+          return LAAW_EXTERNC_CopyString(e.What());
+        }
+        catch (...)
+        {
+          return LAAW_EXTERNC_CopyString("...");
+        }
+      }
+
+      LAAW_EXPORT_DLL_API char* LAAW_CALL_CONVENTION LAAW_EXTERNC_152cb1b704c053d24b0dab7461ba6ea3(void* thisObject, int32_t* result)
+      {
+        try
+        {
+          #ifdef LAAW_EXTERNC_START_FUNCTION
+          LAAW_EXTERNC_START_FUNCTION;
+          #endif
+
+          OrthancClient::Series* this_ = static_cast<OrthancClient::Series*>(thisObject);
+*result = this_->Is3DImage();
+
+          return NULL;
+        }
+        catch (::Laaw::LaawException& e)
+        {
+          return LAAW_EXTERNC_CopyString(e.What());
+        }
+        catch (...)
+        {
+          return LAAW_EXTERNC_CopyString("...");
+        }
+      }
+
       LAAW_EXPORT_DLL_API char* LAAW_CALL_CONVENTION LAAW_EXTERNC_eee03f337ec81d9f1783cd41e5238757(void* thisObject, uint32_t* result)
       {
         try
@@ -772,29 +795,6 @@
         }
       }
 
-      LAAW_EXPORT_DLL_API char* LAAW_CALL_CONVENTION LAAW_EXTERNC_88134b978f9acb2aecdadf54aeab3c64(const void* thisObject, const char** result, const char* arg0, const char* arg1)
-      {
-        try
-        {
-          #ifdef LAAW_EXTERNC_START_FUNCTION
-          LAAW_EXTERNC_START_FUNCTION;
-          #endif
-
-          const OrthancClient::Series* this_ = static_cast<const OrthancClient::Series*>(thisObject);
-*result = this_->GetMainDicomTag(reinterpret_cast< const char* >(arg0), reinterpret_cast< const char* >(arg1));
-
-          return NULL;
-        }
-        catch (::Laaw::LaawException& e)
-        {
-          return LAAW_EXTERNC_CopyString(e.What());
-        }
-        catch (...)
-        {
-          return LAAW_EXTERNC_CopyString("...");
-        }
-      }
-
       LAAW_EXPORT_DLL_API char* LAAW_CALL_CONVENTION LAAW_EXTERNC_4dcc7a0fd025efba251ac6e9b701c2c5(void* thisObject, void* arg0, int32_t arg1, int64_t arg2, int64_t arg3)
       {
         try
@@ -1320,6 +1320,52 @@
         }
       }
 
+      LAAW_EXPORT_DLL_API char* LAAW_CALL_CONVENTION LAAW_EXTERNC_9ca979fffd08fa256306d4e68d8b0e91(void* thisObject, uint64_t* result)
+      {
+        try
+        {
+          #ifdef LAAW_EXTERNC_START_FUNCTION
+          LAAW_EXTERNC_START_FUNCTION;
+          #endif
+
+          OrthancClient::Instance* this_ = static_cast<OrthancClient::Instance*>(thisObject);
+*result = this_->GetDicomSize();
+
+          return NULL;
+        }
+        catch (::Laaw::LaawException& e)
+        {
+          return LAAW_EXTERNC_CopyString(e.What());
+        }
+        catch (...)
+        {
+          return LAAW_EXTERNC_CopyString("...");
+        }
+      }
+
+      LAAW_EXPORT_DLL_API char* LAAW_CALL_CONVENTION LAAW_EXTERNC_6f2d77a26edc91c28d89408dbc3c271e(void* thisObject, const void** result)
+      {
+        try
+        {
+          #ifdef LAAW_EXTERNC_START_FUNCTION
+          LAAW_EXTERNC_START_FUNCTION;
+          #endif
+
+          OrthancClient::Instance* this_ = static_cast<OrthancClient::Instance*>(thisObject);
+*result = this_->GetDicom();
+
+          return NULL;
+        }
+        catch (::Laaw::LaawException& e)
+        {
+          return LAAW_EXTERNC_CopyString(e.What());
+        }
+        catch (...)
+        {
+          return LAAW_EXTERNC_CopyString("...");
+        }
+      }
+
       LAAW_EXPORT_DLL_API char* LAAW_CALL_CONVENTION LAAW_EXTERNC_c0f494b80d4ff8b232df7a75baa0700a(void* thisObject)
       {
         try
@@ -1366,52 +1412,6 @@
         }
       }
 
-      LAAW_EXPORT_DLL_API char* LAAW_CALL_CONVENTION LAAW_EXTERNC_9ca979fffd08fa256306d4e68d8b0e91(void* thisObject, uint64_t* result)
-      {
-        try
-        {
-          #ifdef LAAW_EXTERNC_START_FUNCTION
-          LAAW_EXTERNC_START_FUNCTION;
-          #endif
-
-          OrthancClient::Instance* this_ = static_cast<OrthancClient::Instance*>(thisObject);
-*result = this_->GetDicomSize();
-
-          return NULL;
-        }
-        catch (::Laaw::LaawException& e)
-        {
-          return LAAW_EXTERNC_CopyString(e.What());
-        }
-        catch (...)
-        {
-          return LAAW_EXTERNC_CopyString("...");
-        }
-      }
-
-      LAAW_EXPORT_DLL_API char* LAAW_CALL_CONVENTION LAAW_EXTERNC_6f2d77a26edc91c28d89408dbc3c271e(void* thisObject, const void** result)
-      {
-        try
-        {
-          #ifdef LAAW_EXTERNC_START_FUNCTION
-          LAAW_EXTERNC_START_FUNCTION;
-          #endif
-
-          OrthancClient::Instance* this_ = static_cast<OrthancClient::Instance*>(thisObject);
-*result = this_->GetDicom();
-
-          return NULL;
-        }
-        catch (::Laaw::LaawException& e)
-        {
-          return LAAW_EXTERNC_CopyString(e.What());
-        }
-        catch (...)
-        {
-          return LAAW_EXTERNC_CopyString("...");
-        }
-      }
-
 
   LAAW_EXPORT_DLL_API const char* LAAW_CALL_CONVENTION LAAW_EXTERNC_GetDescription()
   {