diff OrthancServer/Sources/Database/Compatibility/GenericFind.cpp @ 5606:6e2dad336446 find-refactoring

added "IsStable" field in expanded resources
author Sebastien Jodogne <s.jodogne@gmail.com>
date Wed, 08 May 2024 10:46:11 +0200
parents 81a29ad7fb4b
children 4690a0d2b01e
line wrap: on
line diff
--- a/OrthancServer/Sources/Database/Compatibility/GenericFind.cpp	Wed May 08 10:30:57 2024 +0200
+++ b/OrthancServer/Sources/Database/Compatibility/GenericFind.cpp	Wed May 08 10:46:11 2024 +0200
@@ -189,7 +189,7 @@
         throw OrthancException(ErrorCode_DatabasePlugin);
       }
 
-      std::unique_ptr<FindResponse::Resource> resource(new FindResponse::Resource(request.GetLevel(), identifier));
+      std::unique_ptr<FindResponse::Resource> resource(new FindResponse::Resource(request.GetLevel(), internalId, identifier));
 
       if (request.IsRetrieveParentIdentifier())
       {