comparison OrthancServer/Plugins/Engine/OrthancPluginDatabaseV4.cpp @ 5221:d0f7c742d397 db-protobuf

started implementation of labels
author Sebastien Jodogne <s.jodogne@gmail.com>
date Mon, 03 Apr 2023 20:53:14 +0200
parents df39c7583a49
children 178b0434256a
comparison
equal deleted inserted replaced
5220:df39c7583a49 5221:d0f7c742d397
1161 { 1161 {
1162 throw OrthancException(ErrorCode_NotImplemented); 1162 throw OrthancException(ErrorCode_NotImplemented);
1163 } 1163 }
1164 1164
1165 1165
1166 virtual void GetLabels(std::set<std::string>& target, 1166 virtual void ListLabels(std::set<std::string>& target,
1167 int64_t resource) ORTHANC_OVERRIDE 1167 int64_t resource) ORTHANC_OVERRIDE
1168 { 1168 {
1169 throw OrthancException(ErrorCode_NotImplemented); 1169 throw OrthancException(ErrorCode_NotImplemented);
1170 } 1170 }
1171 }; 1171 };
1172 1172