Mercurial > hg > orthanc
diff OrthancServer/Sources/Database/FindResponse.h @ 5674:74f3aab95886 find-refactoring
simplification
author | Sebastien Jodogne <s.jodogne@gmail.com> |
---|---|
date | Sat, 06 Jul 2024 14:43:46 +0200 |
parents | ebcbb448bea8 |
children | dc96401dbe88 |
line wrap: on
line diff
--- a/OrthancServer/Sources/Database/FindResponse.h Sat Jul 06 14:31:22 2024 +0200 +++ b/OrthancServer/Sources/Database/FindResponse.h Sat Jul 06 14:43:46 2024 +0200 @@ -123,7 +123,6 @@ ChildrenInformation childrenInstancesInformation_; std::set<std::string> labels_; std::map<FileContentType, FileInfo> attachments_; - ChildrenMetadata childrenMetadata_; // TODO-FIND: REMOVE MainDicomTagsAtLevel& GetMainDicomTagsAtLevel(ResourceType level); @@ -149,8 +148,6 @@ { } - ~Resource(); - ResourceType GetLevel() const { return level_; @@ -269,14 +266,6 @@ return attachments_; } - // TODO-FIND: REMOVE - void AddChildrenMetadata(MetadataType metadata, - const std::list<std::string>& values); - - // TODO-FIND: REMOVE - bool LookupChildrenMetadata(std::list<std::string>& values, - MetadataType metadata) const; - const std::string& GetOneInstanceIdentifier() const; bool HasOneInstanceIdentifier() const