comparison OrthancServer/Sources/Database/Compatibility/GenericFind.cpp @ 5583:74cc31c8db2b find-refactoring

removed FindResponse::Item::responseContent_
author Sebastien Jodogne <s.jodogne@gmail.com>
date Sat, 27 Apr 2024 22:15:37 +0200
parents 17da828f9443
children fc3914c07dd3
comparison
equal deleted inserted replaced
5582:17da828f9443 5583:74cc31c8db2b
60 for (std::list<std::string>::const_iterator it = ids.begin(); it != ids.end(); ++it) 60 for (std::list<std::string>::const_iterator it = ids.begin(); it != ids.end(); ++it)
61 { 61 {
62 OrthancIdentifiers identifiers; 62 OrthancIdentifiers identifiers;
63 identifiers.SetLevel(request.GetLevel(), *it); 63 identifiers.SetLevel(request.GetLevel(), *it);
64 64
65 response.Add(new FindResponse::Item(request.GetResponseContent(), identifiers)); 65 response.Add(new FindResponse::Item(identifiers));
66 } 66 }
67 } 67 }
68 else 68 else
69 { 69 {
70 throw OrthancException(ErrorCode_NotImplemented); 70 throw OrthancException(ErrorCode_NotImplemented);