diff Framework/Loaders/DicomSource.cpp @ 1484:121d01aa328e

SeriesThumbnailsLoader working on raw dicom files
author Sebastien Jodogne <s.jodogne@gmail.com>
date Mon, 22 Jun 2020 17:46:40 +0200
parents 474360793956
children
line wrap: on
line diff
--- a/Framework/Loaders/DicomSource.cpp	Sat Jun 20 11:16:55 2020 +0200
+++ b/Framework/Loaders/DicomSource.cpp	Mon Jun 22 17:46:40 2020 +0200
@@ -190,11 +190,11 @@
         {
           h[it->first] = it->second;
         }
-          
+        
         Json::Value body = Json::objectValue;
         body["Uri"] = uri;
         body["Arguments"] = args;
-        body["Headers"] = h;
+        body["HttpHeaders"] = h;
 
         std::unique_ptr<OrthancRestApiCommand> command(new OrthancRestApiCommand);
         command->SetMethod(Orthanc::HttpMethod_Post);