Mercurial > hg > orthanc
comparison Plugins/Engine/OrthancPluginDatabase.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 |
---|---|
233 | 233 |
234 virtual void SetMainDicomTag(int64_t id, | 234 virtual void SetMainDicomTag(int64_t id, |
235 const DicomTag& tag, | 235 const DicomTag& tag, |
236 const std::string& value); | 236 const std::string& value); |
237 | 237 |
238 virtual void SetIdentifierTag(int64_t id, | |
239 const DicomTag& tag, | |
240 const std::string& value); | |
241 | |
238 virtual void SetMetadata(int64_t id, | 242 virtual void SetMetadata(int64_t id, |
239 MetadataType type, | 243 MetadataType type, |
240 const std::string& value); | 244 const std::string& value); |
241 | 245 |
242 virtual void SetProtectedPatient(int64_t internalId, | 246 virtual void SetProtectedPatient(int64_t internalId, |