diff OrthancServer/ParsedDicomFile.h @ 1160:80671157d051

generalization of create-dicom
author Sebastien Jodogne <s.jodogne@gmail.com>
date Wed, 17 Sep 2014 11:57:28 +0200
parents e494ceb8d763
children 6e7e5ed91c2d
line wrap: on
line diff
--- a/OrthancServer/ParsedDicomFile.h	Fri Sep 12 15:53:57 2014 +0200
+++ b/OrthancServer/ParsedDicomFile.h	Wed Sep 17 11:57:28 2014 +0200
@@ -118,6 +118,9 @@
     Encoding GetEncoding() const;
 
     void SetEncoding(Encoding encoding);
+
+    void ToJson(Json::Value& target, 
+                bool simplify);
   };
 
 }