comparison OrthancServer/Sources/ServerJobs/ResourceModificationJob.cpp @ 4205:d962a2996637

cppcheck
author Sebastien Jodogne <s.jodogne@gmail.com>
date Thu, 17 Sep 2020 17:58:19 +0200
parents 05b8fd21089c
children 171af1567473
comparison
equal deleted inserted replaced
4204:318c16cfccab 4205:d962a2996637
51 bool isFirst_; 51 bool isFirst_;
52 std::string id_; 52 std::string id_;
53 std::string patientId_; 53 std::string patientId_;
54 54
55 public: 55 public:
56 Output(ResourceType level) : 56 explicit Output(ResourceType level) :
57 level_(level), 57 level_(level),
58 isFirst_(true) 58 isFirst_(true)
59 { 59 {
60 if (level_ != ResourceType_Patient && 60 if (level_ != ResourceType_Patient &&
61 level_ != ResourceType_Study && 61 level_ != ResourceType_Study &&