comparison OrthancServer/ServerJobs/MergeStudyJob.cpp @ 2860:8b00e4cb4a6b

SetOfCommandsJob
author Sebastien Jodogne <s.jodogne@gmail.com>
date Fri, 05 Oct 2018 16:07:34 +0200
parents 52b017d22a4f
children bbfd95a0c429
comparison
equal deleted inserted replaced
2859:dedc2befbf41 2860:8b00e4cb4a6b
168 } 168 }
169 169
170 170
171 MergeStudyJob::MergeStudyJob(ServerContext& context, 171 MergeStudyJob::MergeStudyJob(ServerContext& context,
172 const std::string& targetStudy) : 172 const std::string& targetStudy) :
173 SetOfInstancesJob(true /* with trailing step */),
174 context_(context), 173 context_(context),
175 keepSource_(false), 174 keepSource_(false),
176 targetStudy_(targetStudy) 175 targetStudy_(targetStudy)
177 { 176 {
178 /** 177 /**