comparison OrthancServer/Sources/Database/StatelessDatabaseOperations.h @ 5238:367e8af46cfd db-protobuf

added "HasLabels" in /system
author Sebastien Jodogne <s.jodogne@gmail.com>
date Wed, 05 Apr 2023 10:02:19 +0200
parents cd2258ca7894
children a7d95f951f8a
comparison
equal deleted inserted replaced
5237:cd2258ca7894 5238:367e8af46cfd
763 763
764 void ModifyLabel(const std::string& publicId, 764 void ModifyLabel(const std::string& publicId,
765 ResourceType level, 765 ResourceType level,
766 const std::string& label, 766 const std::string& label,
767 LabelOperation operation); 767 LabelOperation operation);
768
769 bool HasLabelsSupport();
768 }; 770 };
769 } 771 }