comparison 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
comparison
equal deleted inserted replaced
1249:964c89e15e7e 1250:a8248b08115c
646 arguments["includefield"] = s; 646 arguments["includefield"] = s;
647 } 647 }
648 } 648 }
649 649
650 650
651 void DicomResourcesLoader::ScheduleWado(boost::shared_ptr<LoadedDicomResources> target, 651 void DicomResourcesLoader::ScheduleGetDicomWeb(boost::shared_ptr<LoadedDicomResources> target,
652 int priority, 652 int priority,
653 const DicomSource& source, 653 const DicomSource& source,
654 const std::string& uri, 654 const std::string& uri,
655 const std::set<Orthanc::DicomTag>& includeTags, 655 const std::set<Orthanc::DicomTag>& includeTags,
656 Orthanc::IDynamicObject* userPayload) 656 Orthanc::IDynamicObject* userPayload)
657 { 657 {
658 boost::shared_ptr<Orthanc::IDynamicObject> protection(userPayload); 658 boost::shared_ptr<Orthanc::IDynamicObject> protection(userPayload);
659 659
660 if (!source.IsDicomWeb()) 660 if (!source.IsDicomWeb())
661 { 661 {