diff OrthancServer/ParsedDicomFile.h @ 1831:3ae2ff249675

"/instances/.../header" to get the meta information (header) of the DICOM instance
author Sebastien Jodogne <s.jodogne@gmail.com>
date Thu, 26 Nov 2015 18:53:00 +0100
parents ac5b0b4e2434
children b1291df2f780
line wrap: on
line diff
--- a/OrthancServer/ParsedDicomFile.h	Thu Nov 26 15:56:32 2015 +0100
+++ b/OrthancServer/ParsedDicomFile.h	Thu Nov 26 18:53:00 2015 +0100
@@ -153,6 +153,9 @@
                 DicomToJsonFlags flags,
                 unsigned int maxStringLength);
 
+    void HeaderToJson(Json::Value& target, 
+                      DicomToJsonFormat format);
+
     bool HasTag(const DicomTag& tag) const;
 
     void EmbedPdf(const std::string& pdf);