comparison Core/DicomFormat/DicomMap.h @ 3992:f9863630ec7f

working on the shared library for Orthanc framework
author Sebastien Jodogne <s.jodogne@gmail.com>
date Fri, 05 Jun 2020 16:07:01 +0200
parents e7003b2203a7
children
comparison
equal deleted inserted replaced
3991:5d2348b39392 3992:f9863630ec7f
41 #include <map> 41 #include <map>
42 #include <json/json.h> 42 #include <json/json.h>
43 43
44 namespace Orthanc 44 namespace Orthanc
45 { 45 {
46 class DicomMap : public boost::noncopyable 46 class ORTHANC_PUBLIC DicomMap : public boost::noncopyable
47 { 47 {
48 public: 48 public:
49 typedef std::map<DicomTag, DicomValue*> Content; 49 typedef std::map<DicomTag, DicomValue*> Content;
50 50
51 private: 51 private: