comparison 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
comparison
equal deleted inserted replaced
298:8f655f308de9 299:70685295a373
47 { 47 {
48 TransactionType_ReadWrite, 48 TransactionType_ReadWrite,
49 TransactionType_ReadOnly, // Should only arise with Orthanc SDK >= 1.9.2 in the index plugin 49 TransactionType_ReadOnly, // Should only arise with Orthanc SDK >= 1.9.2 in the index plugin
50 TransactionType_Implicit // Should only arise with Orthanc SDK <= 1.9.1 50 TransactionType_Implicit // Should only arise with Orthanc SDK <= 1.9.1
51 }; 51 };
52
53 const char* EnumerationToString(ValueType type);
52 } 54 }