comparison OrthancServer/ServerIndex.h @ 1286:b4acdb37e43b

refactoring
author Sebastien Jodogne <s.jodogne@gmail.com>
date Tue, 03 Feb 2015 16:51:19 +0100
parents 40725595aaf0
children 6e7e5ed91c2d
comparison
equal deleted inserted replaced
1285:5730f374e4e6 1286:b4acdb37e43b
116 db_.LogChange(internalId, change); 116 db_.LogChange(internalId, change);
117 } 117 }
118 118
119 uint64_t IncrementGlobalSequenceInternal(GlobalProperty property); 119 uint64_t IncrementGlobalSequenceInternal(GlobalProperty property);
120 120
121 void SetMainDicomTags(int64_t resource,
122 const DicomMap& tags);
121 123
122 public: 124 public:
123 ServerIndex(ServerContext& context, 125 ServerIndex(ServerContext& context,
124 IDatabaseWrapper& database); 126 IDatabaseWrapper& database);
125 127