comparison OrthancServer/Plugins/Engine/OrthancPluginDatabaseV3.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 a7d95f951f8a
comparison
equal deleted inserted replaced
5220:df39c7583a49 5221:d0f7c742d397
1049 { 1049 {
1050 throw OrthancException(ErrorCode_InternalError); // Not supported 1050 throw OrthancException(ErrorCode_InternalError); // Not supported
1051 } 1051 }
1052 1052
1053 1053
1054 virtual void GetLabels(std::set<std::string>& target, 1054 virtual void ListLabels(std::set<std::string>& target,
1055 int64_t resource) ORTHANC_OVERRIDE 1055 int64_t resource) ORTHANC_OVERRIDE
1056 { 1056 {
1057 throw OrthancException(ErrorCode_InternalError); // Not supported 1057 throw OrthancException(ErrorCode_InternalError); // Not supported
1058 } 1058 }
1059 }; 1059 };
1060 1060