Mercurial > hg > orthanc
comparison OrthancServer/Sources/ServerJobs/DicomModalityStoreJob.h @ 4204:318c16cfccab
cppcheck
author | Sebastien Jodogne <s.jodogne@gmail.com> |
---|---|
date | Thu, 17 Sep 2020 16:18:01 +0200 |
parents | 05b8fd21089c |
children | d9473bd5ed43 |
comparison
equal
deleted
inserted
replaced
4203:4d42408da117 | 4204:318c16cfccab |
---|---|
66 virtual bool HandleInstance(const std::string& instance) ORTHANC_OVERRIDE; | 66 virtual bool HandleInstance(const std::string& instance) ORTHANC_OVERRIDE; |
67 | 67 |
68 virtual bool HandleTrailingStep() ORTHANC_OVERRIDE; | 68 virtual bool HandleTrailingStep() ORTHANC_OVERRIDE; |
69 | 69 |
70 public: | 70 public: |
71 DicomModalityStoreJob(ServerContext& context); | 71 explicit DicomModalityStoreJob(ServerContext& context); |
72 | 72 |
73 DicomModalityStoreJob(ServerContext& context, | 73 DicomModalityStoreJob(ServerContext& context, |
74 const Json::Value& serialized); | 74 const Json::Value& serialized); |
75 | 75 |
76 const DicomAssociationParameters& GetParameters() const | 76 const DicomAssociationParameters& GetParameters() const |