comparison OrthancServer/Sources/Database/StatelessDatabaseOperations.h @ 5495:4b3f5986eca1

Added a 'KeepLabels' option in /modify routes (default = false)
author Alain Mazy <am@osimis.io>
date Mon, 22 Jan 2024 17:14:11 +0100
parents 48b8dae6dc77
children 4dd50c4b985a
comparison
equal deleted inserted replaced
5491:42e6593aa78e 5495:4b3f5986eca1
783 void ModifyLabel(const std::string& publicId, 783 void ModifyLabel(const std::string& publicId,
784 ResourceType level, 784 ResourceType level,
785 const std::string& label, 785 const std::string& label,
786 LabelOperation operation); 786 LabelOperation operation);
787 787
788 void AddLabels(const std::string& publicId,
789 ResourceType level,
790 const std::set<std::string>& labels);
791
788 bool HasLabelsSupport(); 792 bool HasLabelsSupport();
789 }; 793 };
790 } 794 }