comparison Core/DicomFormat/DicomMap.h @ 3551:173c7f363d8f

DicomMap::RemoveBinaryTags
author Sebastien Jodogne <s.jodogne@gmail.com>
date Sat, 26 Oct 2019 15:59:59 +0200
parents a57c8163d9ae
children 94f4a18a79cc
comparison
equal deleted inserted replaced
3550:0f5f9a5eed25 3551:173c7f363d8f
236 236
237 std::string GetStringValue(const DicomTag& tag, 237 std::string GetStringValue(const DicomTag& tag,
238 const std::string& defaultValue, 238 const std::string& defaultValue,
239 bool allowBinary) const; 239 bool allowBinary) const;
240 240
241 void RemoveBinaryTags();
242
241 void Print(FILE* fp) const; // For debugging only 243 void Print(FILE* fp) const; // For debugging only
242 }; 244 };
243 } 245 }