diff Framework/Loaders/DicomResourcesLoader.cpp @ 1250:a8248b08115c broker

LoadedDicomResources::MergeResource()
author Sebastien Jodogne <s.jodogne@gmail.com>
date Tue, 07 Jan 2020 20:22:02 +0100
parents c471a0aa137b
children 0ca50d275b9a
line wrap: on
line diff
--- a/Framework/Loaders/DicomResourcesLoader.cpp	Tue Jan 07 14:23:24 2020 +0100
+++ b/Framework/Loaders/DicomResourcesLoader.cpp	Tue Jan 07 20:22:02 2020 +0100
@@ -648,12 +648,12 @@
   }
   
   
-  void DicomResourcesLoader::ScheduleWado(boost::shared_ptr<LoadedDicomResources> target,
-                                          int priority,
-                                          const DicomSource& source,
-                                          const std::string& uri,
-                                          const std::set<Orthanc::DicomTag>& includeTags,
-                                          Orthanc::IDynamicObject* userPayload)
+  void DicomResourcesLoader::ScheduleGetDicomWeb(boost::shared_ptr<LoadedDicomResources> target,
+                                                 int priority,
+                                                 const DicomSource& source,
+                                                 const std::string& uri,
+                                                 const std::set<Orthanc::DicomTag>& includeTags,
+                                                 Orthanc::IDynamicObject* userPayload)
   {
     boost::shared_ptr<Orthanc::IDynamicObject> protection(userPayload);