comparison OrthancServer/IDatabaseWrapper.h @ 1713:4db9200c7f46 db-changes

SetIdentifierTag
author Sebastien Jodogne <s.jodogne@gmail.com>
date Fri, 16 Oct 2015 18:17:22 +0200
parents 5ebd6cbb3da8
children 2b812969e136
comparison
equal deleted inserted replaced
1712:a7745f3a2cc4 1713:4db9200c7f46
176 176
177 virtual void SetMainDicomTag(int64_t id, 177 virtual void SetMainDicomTag(int64_t id,
178 const DicomTag& tag, 178 const DicomTag& tag,
179 const std::string& value) = 0; 179 const std::string& value) = 0;
180 180
181 virtual void SetIdentifierTag(int64_t id,
182 const DicomTag& tag,
183 const std::string& value) = 0;
184
181 virtual void SetMetadata(int64_t id, 185 virtual void SetMetadata(int64_t id,
182 MetadataType type, 186 MetadataType type,
183 const std::string& value) = 0; 187 const std::string& value) = 0;
184 188
185 virtual void SetProtectedPatient(int64_t internalId, 189 virtual void SetProtectedPatient(int64_t internalId,