diff OrthancServer/Sources/OrthancWebDav.cpp @ 4697:569d9ef165b1

Added "short", "simplify" and/or "full" options to control the format of DICOM tags wherever possible
author Sebastien Jodogne <s.jodogne@gmail.com>
date Fri, 18 Jun 2021 16:08:35 +0200
parents f7d5372b59b3
children f0038043fb97 94616af363ec
line wrap: on
line diff
--- a/OrthancServer/Sources/OrthancWebDav.cpp	Thu Jun 17 15:47:21 2021 +0200
+++ b/OrthancServer/Sources/OrthancWebDav.cpp	Fri Jun 18 16:08:35 2021 +0200
@@ -270,7 +270,7 @@
                        const Json::Value* dicomAsJson  /* unused (*) */)  ORTHANC_OVERRIDE
     {
       Json::Value resource;
-      if (context_.GetIndex().ExpandResource(resource, publicId, level_))
+      if (context_.GetIndex().ExpandResource(resource, publicId, level_, DicomToJsonFormat_Human))
       {
         if (success_)
         {