Mercurial > hg > orthanc
comparison OrthancServer/DatabaseWrapperBase.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 |
---|---|
130 | 130 |
131 void SetMainDicomTag(int64_t id, | 131 void SetMainDicomTag(int64_t id, |
132 const DicomTag& tag, | 132 const DicomTag& tag, |
133 const std::string& value); | 133 const std::string& value); |
134 | 134 |
135 void SetIdentifierTag(int64_t id, | |
136 const DicomTag& tag, | |
137 const std::string& value); | |
138 | |
135 void GetMainDicomTags(DicomMap& map, | 139 void GetMainDicomTags(DicomMap& map, |
136 int64_t id); | 140 int64_t id); |
137 | 141 |
138 void GetChildrenPublicId(std::list<std::string>& target, | 142 void GetChildrenPublicId(std::list<std::string>& target, |
139 int64_t id); | 143 int64_t id); |