diff OrthancServer/ParsedDicomFile.h @ 1161:82cbf1480aac db-changes

mainline->db-changes integration
author Sebastien Jodogne <s.jodogne@gmail.com>
date Wed, 17 Sep 2014 12:38:28 +0200
parents 80671157d051
children 6e7e5ed91c2d
line wrap: on
line diff
--- a/OrthancServer/ParsedDicomFile.h	Wed Sep 17 10:25:41 2014 +0200
+++ b/OrthancServer/ParsedDicomFile.h	Wed Sep 17 12:38:28 2014 +0200
@@ -118,6 +118,9 @@
     Encoding GetEncoding() const;
 
     void SetEncoding(Encoding encoding);
+
+    void ToJson(Json::Value& target, 
+                bool simplify);
   };
 
 }