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

SetOfCommandsJob
author Sebastien Jodogne <s.jodogne@gmail.com>
date Fri, 05 Oct 2018 16:07:34 +0200
parents ff0ed5ea9e4e
children 6eebc2eb3168
comparison
equal deleted inserted replaced
2859:dedc2befbf41 2860:8b00e4cb4a6b
90 throw OrthancException(ErrorCode_InternalError); 90 throw OrthancException(ErrorCode_InternalError);
91 } 91 }
92 92
93 93
94 DicomModalityStoreJob::DicomModalityStoreJob(ServerContext& context) : 94 DicomModalityStoreJob::DicomModalityStoreJob(ServerContext& context) :
95 SetOfInstancesJob(false /* no trailing step */),
96 context_(context), 95 context_(context),
97 localAet_("ORTHANC"), 96 localAet_("ORTHANC"),
98 moveOriginatorId_(0) // By default, not a C-MOVE 97 moveOriginatorId_(0) // By default, not a C-MOVE
99 { 98 {
100 } 99 }