comparison OrthancServer/FromDcmtkBridge.h @ 308:fbf2b2282086

inplace modification of series and studies
author Sebastien Jodogne <s.jodogne@gmail.com>
date Fri, 21 Dec 2012 10:44:26 +0100
parents 326d5a4a5af3
children fc856d175d18
comparison
equal deleted inserted replaced
307:485db3b07740 308:fbf2b2282086
116 void Replace(const DicomTag& tag, 116 void Replace(const DicomTag& tag,
117 const std::string& value, 117 const std::string& value,
118 DicomReplaceMode mode); 118 DicomReplaceMode mode);
119 119
120 void RemovePrivateTags(); 120 void RemovePrivateTags();
121
122 bool GetTagValue(std::string& value,
123 const DicomTag& tag);
121 }; 124 };
122 125
123 class FromDcmtkBridge 126 class FromDcmtkBridge
124 { 127 {
125 public: 128 public: