comparison OrthancServer/OrthancRestApi/OrthancRestArchive.cpp @ 2976:cb5d75143da0

Asynchronous generation of ZIP archives and DICOM medias
author Sebastien Jodogne <s.jodogne@gmail.com>
date Thu, 06 Dec 2018 12:23:46 +0100
parents eea66afed0db
children d0250d096acc
comparison
equal deleted inserted replaced
2970:eea66afed0db 2976:cb5d75143da0
153 output.SignalError(HttpStatus_500_InternalServerError); 153 output.SignalError(HttpStatus_500_InternalServerError);
154 } 154 }
155 } 155 }
156 else 156 else
157 { 157 {
158 throw OrthancException(ErrorCode_NotImplemented); 158 OrthancRestApi::SubmitGenericJob(output, context, job.release(), false, priority);
159 } 159 }
160 } 160 }
161 161
162 162
163 template <bool IS_MEDIA, 163 template <bool IS_MEDIA,