comparison OrthancServer/ParsedDicomFile.h @ 1686:14a32b2fa63e

refactoring
author Sebastien Jodogne <s.jodogne@gmail.com>
date Wed, 07 Oct 2015 13:57:26 +0200
parents 09be34b2f30e
children 558b25228a23
comparison
equal deleted inserted replaced
1685:22e7e2ba99db 1686:14a32b2fa63e
121 Encoding GetEncoding() const; 121 Encoding GetEncoding() const;
122 122
123 void SetEncoding(Encoding encoding); 123 void SetEncoding(Encoding encoding);
124 124
125 void ToJson(Json::Value& target, 125 void ToJson(Json::Value& target,
126 bool simplify); 126 DicomToJsonFormat format,
127 unsigned int maxStringLength);
127 128
128 bool HasTag(const DicomTag& tag) const; 129 bool HasTag(const DicomTag& tag) const;
129 130
130 void EmbedPdf(const std::string& pdf); 131 void EmbedPdf(const std::string& pdf);
131 132