comparison PostgreSQL/Plugins/PostgreSQLIndex.h @ 396:7b3acfa95bd8 db-protobuf

implementation of list/add/remove labels in postgresql
author Sebastien Jodogne <s.jodogne@gmail.com>
date Thu, 06 Apr 2023 19:00:29 +0200
parents d14e6ff04a5c
children 91124cc8a8c7
comparison
equal deleted inserted replaced
395:a7a029043670 396:7b3acfa95bd8
84 int64_t patient) ORTHANC_OVERRIDE; 84 int64_t patient) ORTHANC_OVERRIDE;
85 85
86 // New primitive since Orthanc 1.12.0 86 // New primitive since Orthanc 1.12.0
87 virtual bool HasLabelsSupport() const ORTHANC_OVERRIDE 87 virtual bool HasLabelsSupport() const ORTHANC_OVERRIDE
88 { 88 {
89 return false; 89 return true;
90 } 90 }
91 }; 91 };
92 } 92 }