Mercurial > hg > orthanc
diff OrthancServer/Sources/ServerJobs/DicomMoveScuJob.h @ 4730:7826ac059c31
Added Short/Simplify/Full options to format "/modalities/{id}/find-worklist" and "/queries/{id}/retrieve"
author | Sebastien Jodogne <s.jodogne@gmail.com> |
---|---|
date | Fri, 25 Jun 2021 18:13:45 +0200 |
parents | 4e2247df6327 |
children | c1d6ce00be3f 7053502fbf97 |
line wrap: on
line diff
--- a/OrthancServer/Sources/ServerJobs/DicomMoveScuJob.h Fri Jun 25 10:41:35 2021 +0200 +++ b/OrthancServer/Sources/ServerJobs/DicomMoveScuJob.h Fri Jun 25 18:13:45 2021 +0200 @@ -52,7 +52,7 @@ ServerContext& context_; DicomAssociationParameters parameters_; std::string targetAet_; - Json::Value query_; + DicomFindAnswers query_; DicomToJsonFormat queryFormat_; // New in 1.9.5 std::unique_ptr<DicomControlUserConnection> connection_; @@ -62,7 +62,7 @@ public: explicit DicomMoveScuJob(ServerContext& context) : context_(context), - query_(Json::arrayValue), + query_(true /* this is for worklists */), queryFormat_(DicomToJsonFormat_Short) { }