diff Framework/Common/DatabasesEnumerations.h @ 299:70685295a373

added OrthancDatabases::EnumerationToString(ValueType)
author Sebastien Jodogne <s.jodogne@gmail.com>
date Thu, 01 Jul 2021 16:25:41 +0200
parents 86265ef5f3e3
children 16aac0287485
line wrap: on
line diff
--- a/Framework/Common/DatabasesEnumerations.h	Thu Jul 01 14:39:27 2021 +0200
+++ b/Framework/Common/DatabasesEnumerations.h	Thu Jul 01 16:25:41 2021 +0200
@@ -49,4 +49,6 @@
     TransactionType_ReadOnly,  // Should only arise with Orthanc SDK >= 1.9.2 in the index plugin
     TransactionType_Implicit   // Should only arise with Orthanc SDK <= 1.9.1
   };
+
+  const char* EnumerationToString(ValueType type);
 }