comparison MySQL/Plugins/MySQLIndex.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 897253c21208
comparison
equal deleted inserted replaced
390:eb80f7c5e7d8 391:d14e6ff04a5c
74 const char* hashStudy, 74 const char* hashStudy,
75 const char* hashSeries, 75 const char* hashSeries,
76 const char* hashInstance) 76 const char* hashInstance)
77 ORTHANC_OVERRIDE; 77 ORTHANC_OVERRIDE;
78 #endif 78 #endif
79
80 // New primitive since Orthanc 1.12.0
81 virtual bool HasLabelsSupport() const ORTHANC_OVERRIDE
82 {
83 return false;
84 }
79 }; 85 };
80 } 86 }