Mercurial > hg > orthanc
comparison Core/DicomFormat/DicomMap.h @ 1310:61ce8147f30d db-changes
custom database back-end
author | Sebastien Jodogne <s.jodogne@gmail.com> |
---|---|
date | Wed, 11 Feb 2015 10:40:08 +0100 |
parents | 6e7e5ed91c2d |
children | 77e129ba64e4 |
comparison
equal
deleted
inserted
replaced
1309:8f4487d8f79e | 1310:61ce8147f30d |
---|---|
75 | 75 |
76 ~DicomMap() | 76 ~DicomMap() |
77 { | 77 { |
78 Clear(); | 78 Clear(); |
79 } | 79 } |
80 | |
81 DicomMap* Clone() const; | |
80 | 82 |
81 DicomMap* Clone() const; | 83 void Assign(const DicomMap& other); |
82 | 84 |
83 void Clear(); | 85 void Clear(); |
84 | 86 |
85 void SetValue(uint16_t group, | 87 void SetValue(uint16_t group, |
86 uint16_t element, | 88 uint16_t element, |