comparison OrthancServer/IDatabaseWrapper.h @ 1668:de1413733c97 db-changes

reconstructing main dicom tags
author Sebastien Jodogne <s.jodogne@gmail.com>
date Wed, 30 Sep 2015 17:18:39 +0200
parents c40fe92a68e7
children 4c5a85c3ff43
comparison
equal deleted inserted replaced
1667:9e875db36aef 1668:de1413733c97
166 int64_t patientIdToAvoid) = 0; 166 int64_t patientIdToAvoid) = 0;
167 167
168 virtual void SetGlobalProperty(GlobalProperty property, 168 virtual void SetGlobalProperty(GlobalProperty property,
169 const std::string& value) = 0; 169 const std::string& value) = 0;
170 170
171 virtual void ClearMainDicomTags(int64_t id) = 0;
172
171 virtual void SetMainDicomTag(int64_t id, 173 virtual void SetMainDicomTag(int64_t id,
172 const DicomTag& tag, 174 const DicomTag& tag,
173 const std::string& value) = 0; 175 const std::string& value) = 0;
174 176
175 virtual void SetMetadata(int64_t id, 177 virtual void SetMetadata(int64_t id,