comparison OrthancServer/ServerIndex.cpp @ 2573:3372c5255333 jobs

StoreScuJob, Orthanc Explorer for jobs
author Sebastien Jodogne <s.jodogne@gmail.com>
date Wed, 09 May 2018 17:56:14 +0200
parents 8cc3ca64a534
children c691fcf66071
comparison
equal deleted inserted replaced
2570:2e879c796ec7 2573:3372c5255333
1210 1210
1211 int64_t id; 1211 int64_t id;
1212 ResourceType type; 1212 ResourceType type;
1213 if (!db_.LookupResource(id, type, publicId)) 1213 if (!db_.LookupResource(id, type, publicId))
1214 { 1214 {
1215 throw OrthancException(ErrorCode_InternalError); 1215 throw OrthancException(ErrorCode_InexistentItem);
1216 } 1216 }
1217 1217
1218 std::string patientId; 1218 std::string patientId;
1219 std::string studyInstanceUid; 1219 std::string studyInstanceUid;
1220 std::string seriesInstanceUid; 1220 std::string seriesInstanceUid;