changeset 669:cfc8e137bf35 OrthancDicomWeb-1.17

revert changeset 667 inadvertently commited in the 1.17 branch
author Alain Mazy <am@orthanc.team>
date Mon, 26 Aug 2024 12:33:30 +0200 (8 months ago)
parents ae2e3d4c54a2
children 2ec51a18a43a
files NEWS Plugin/DicomWebClient.cpp
diffstat 2 files changed, 0 insertions(+), 12 deletions(-) [+]
line wrap: on
line diff
--- a/NEWS	Tue Aug 06 09:33:08 2024 +0200
+++ b/NEWS	Mon Aug 26 12:33:30 2024 +0200
@@ -1,9 +1,3 @@
-Pending changes in the mainline
-===============================
-
-* Added a "Server" entry in the DICOMWeb job content.
-
-
 Version 1.17 (2024-06-05)
 =========================
 
--- a/Plugin/DicomWebClient.cpp	Tue Aug 06 09:33:08 2024 +0200
+++ b/Plugin/DicomWebClient.cpp	Mon Aug 26 12:33:30 2024 +0200
@@ -727,7 +727,6 @@
         boost::mutex::scoped_lock lock(that_.mutex_);
         context.SetContent("InstancesCount", boost::lexical_cast<std::string>(that_.instances_.size()));
         context.SetContent("Resources", that_.GetResourcesForJobContent());
-        context.SetContent("Server", that_.GetServerName());
         serverName = that_.serverName_;
         
         startPosition = that_.position_;        
@@ -872,11 +871,6 @@
   {
     return resourcesForJobContent_;
   }
-
-  const std::string& GetServerName()
-  {
-    return serverName_;
-  }
 };