Mercurial > hg > orthanc
comparison OrthancServer/ServerJobs/SplitStudyJob.h @ 3095:beeeb6096f27 db-changes
removing dependencies upon ServerContext
author | Sebastien Jodogne <s.jodogne@gmail.com> |
---|---|
date | Sat, 05 Jan 2019 18:22:25 +0100 |
parents | 4e43e67f8ecf |
children | 94f4a18a79cc |
comparison
equal
deleted
inserted
replaced
3094:61da3c9b4121 | 3095:beeeb6096f27 |
---|---|
32 | 32 |
33 | 33 |
34 #pragma once | 34 #pragma once |
35 | 35 |
36 #include "../../Core/JobsEngine/SetOfInstancesJob.h" | 36 #include "../../Core/JobsEngine/SetOfInstancesJob.h" |
37 | 37 #include "../../Core/DicomFormat/DicomTag.h" |
38 #include "../ServerContext.h" | 38 #include "../DicomInstanceOrigin.h" |
39 | 39 |
40 namespace Orthanc | 40 namespace Orthanc |
41 { | 41 { |
42 class ServerContext; | |
43 | |
42 class SplitStudyJob : public SetOfInstancesJob | 44 class SplitStudyJob : public SetOfInstancesJob |
43 { | 45 { |
44 private: | 46 private: |
45 typedef std::map<std::string, std::string> SeriesUidMap; | 47 typedef std::map<std::string, std::string> SeriesUidMap; |
46 typedef std::map<DicomTag, std::string> Replacements; | 48 typedef std::map<DicomTag, std::string> Replacements; |