comparison OrthancServer/Sources/Database/IDatabaseWrapper.h @ 5191:fb96f1ffd020 db-protobuf

fix
author Sebastien Jodogne <s.jodogne@gmail.com>
date Mon, 27 Mar 2023 09:02:36 +0200
parents 0ea402b4d901
children 1a878922404b
comparison
equal deleted inserted replaced
5190:c0f6c6fe1c47 5191:fb96f1ffd020
40 40
41 41
42 class IDatabaseWrapper : public boost::noncopyable 42 class IDatabaseWrapper : public boost::noncopyable
43 { 43 {
44 public: 44 public:
45 struct CreateInstanceResult 45 struct CreateInstanceResult : public boost::noncopyable
46 { 46 {
47 bool isNewPatient_; 47 bool isNewPatient_;
48 bool isNewStudy_; 48 bool isNewStudy_;
49 bool isNewSeries_; 49 bool isNewSeries_;
50 int64_t patientId_; 50 int64_t patientId_;