diff Framework/Loaders/LoadedDicomResources.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/LoadedDicomResources.h	Tue Jan 07 14:23:24 2020 +0100
+++ b/Framework/Loaders/LoadedDicomResources.h	Tue Jan 07 20:22:02 2020 +0100
@@ -72,6 +72,9 @@
     {
       return resources_.find(id) != resources_.end();
     }
+
+    void MergeResource(Orthanc::DicomMap& target,
+                       const std::string& id) const;
   
     bool LookupStringValue(std::string& target,
                            const std::string& id,