diff Framework/Loaders/DicomResourcesLoader.h @ 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.h	Tue Jan 07 14:23:24 2020 +0100
+++ b/Framework/Loaders/DicomResourcesLoader.h	Tue Jan 07 20:22:02 2020 +0100
@@ -148,21 +148,21 @@
       virtual boost::shared_ptr<IObserver> Create(ILoadersContext::ILock& stone);
     };
 
-    void 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 ScheduleGetDicomWeb(boost::shared_ptr<LoadedDicomResources> target,
+                             int priority,
+                             const DicomSource& source,
+                             const std::string& uri,
+                             const std::set<Orthanc::DicomTag>& includeTags,
+                             Orthanc::IDynamicObject* userPayload);
 
-    void ScheduleWado(boost::shared_ptr<LoadedDicomResources> target,
-                      int priority,
-                      const DicomSource& source,
-                      const std::string& uri,
-                      Orthanc::IDynamicObject* userPayload)
+    void ScheduleGetDicomWeb(boost::shared_ptr<LoadedDicomResources> target,
+                             int priority,
+                             const DicomSource& source,
+                             const std::string& uri,
+                             Orthanc::IDynamicObject* userPayload)
     {
       std::set<Orthanc::DicomTag> includeTags;
-      ScheduleWado(target, priority, source, uri, includeTags, userPayload);
+      ScheduleGetDicomWeb(target, priority, source, uri, includeTags, userPayload);
     }        
 
     void ScheduleQido(boost::shared_ptr<LoadedDicomResources> target,