diff OrthancServer/ServerContext.h @ 2127:bfa92c9328d7

cleaning up
author Sebastien Jodogne <s.jodogne@gmail.com>
date Mon, 07 Nov 2016 13:59:36 +0100
parents 2b1520efa282
children 9329ba17a069
line wrap: on
line diff
--- a/OrthancServer/ServerContext.h	Mon Nov 07 13:47:21 2016 +0100
+++ b/OrthancServer/ServerContext.h	Mon Nov 07 13:59:36 2016 +0100
@@ -191,6 +191,9 @@
                                      FileContentType attachmentType,
                                      CompressionType compression);
 
+    void ReadDicomAsJson(std::string& result,
+                         const std::string& instancePublicId);
+
     void ReadDicomAsJson(Json::Value& result,
                          const std::string& instancePublicId);