diff Plugin/AssociativeArray.h @ 57:55539d564f4f

added support for /dicom-web/series? & /dicom-web/instances?
author Alain Mazy <am@osimis.io>
date Wed, 09 Nov 2022 15:40:35 +0100
parents 914b8113fd46
children 222f0652025f
line wrap: on
line diff
--- a/Plugin/AssociativeArray.h	Tue Nov 08 16:10:22 2022 +0100
+++ b/Plugin/AssociativeArray.h	Wed Nov 09 15:40:35 2022 +0100
@@ -41,5 +41,10 @@
     
     bool GetValue(std::string& value,
                   const std::string& key) const;
+
+    const std::map<std::string, std::string>& GetMap() const
+    {
+      return map_;
+    }
   };
 }