diff 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
line wrap: on
line diff
--- a/OrthancServer/ParsedDicomFile.h	Wed Oct 07 10:13:42 2015 +0200
+++ b/OrthancServer/ParsedDicomFile.h	Wed Oct 07 13:57:26 2015 +0200
@@ -123,7 +123,8 @@
     void SetEncoding(Encoding encoding);
 
     void ToJson(Json::Value& target, 
-                bool simplify);
+                DicomToJsonFormat format,
+                unsigned int maxStringLength);
 
     bool HasTag(const DicomTag& tag) const;