diff OrthancServer/Sources/OrthancRestApi/OrthancRestResources.cpp @ 5609:4690a0d2b01e find-refactoring

preliminary support of requestedTags
author Sebastien Jodogne <s.jodogne@gmail.com>
date Wed, 08 May 2024 18:28:36 +0200
parents 3d0aa94b44b3
children a10978a5e65c
line wrap: on
line diff
--- a/OrthancServer/Sources/OrthancRestApi/OrthancRestResources.cpp	Wed May 08 13:37:23 2024 +0200
+++ b/OrthancServer/Sources/OrthancRestApi/OrthancRestResources.cpp	Wed May 08 18:28:36 2024 +0200
@@ -241,7 +241,7 @@
       OrthancRestApi::GetRequestedTags(requestedTags, call);
 
       ResourceFinder finder(resourceType, expand);
-      finder.SetRequestedTags(requestedTags);
+      finder.AddRequestedTags(requestedTags);
       finder.SetFormat(OrthancRestApi::GetDicomFormat(call, DicomToJsonFormat_Human));
 
       if (call.HasArgument("limit") ||