diff PostgreSQL/Plugins/PostgreSQLIndex.h @ 391:d14e6ff04a5c db-protobuf

added primitives to handle labels
author Sebastien Jodogne <s.jodogne@gmail.com>
date Wed, 05 Apr 2023 12:09:46 +0200
parents 3d6886f3e5b3
children 7b3acfa95bd8
line wrap: on
line diff
--- a/PostgreSQL/Plugins/PostgreSQLIndex.h	Wed Apr 05 11:18:08 2023 +0200
+++ b/PostgreSQL/Plugins/PostgreSQLIndex.h	Wed Apr 05 12:09:46 2023 +0200
@@ -82,5 +82,11 @@
 
     virtual void TagMostRecentPatient(DatabaseManager& manager,
                                       int64_t patient) ORTHANC_OVERRIDE;
+
+    // New primitive since Orthanc 1.12.0
+    virtual bool HasLabelsSupport() const ORTHANC_OVERRIDE
+    {
+      return false;
+    }
   };
 }