diff OrthancServer/ParsedDicomFile.h @ 1735:a001f6226c7c

primitives for flags in dicom-to-json conversions
author Sebastien Jodogne <s.jodogne@gmail.com>
date Wed, 21 Oct 2015 16:25:09 +0200
parents 8ca0e89798b2
children ec66a16aa398
line wrap: on
line diff
--- a/OrthancServer/ParsedDicomFile.h	Wed Oct 21 14:28:57 2015 +0200
+++ b/OrthancServer/ParsedDicomFile.h	Wed Oct 21 16:25:09 2015 +0200
@@ -134,6 +134,7 @@
 
     void ToJson(Json::Value& target, 
                 DicomToJsonFormat format,
+                DicomToJsonFlags flags,
                 unsigned int maxStringLength);
 
     bool HasTag(const DicomTag& tag) const;