comparison Core/DicomFormat/DicomElement.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 94f4a18a79cc
children
comparison
equal deleted inserted replaced
3991:5d2348b39392 3992:f9863630ec7f
36 #include "DicomValue.h" 36 #include "DicomValue.h"
37 #include "DicomTag.h" 37 #include "DicomTag.h"
38 38
39 namespace Orthanc 39 namespace Orthanc
40 { 40 {
41 class DicomElement : public boost::noncopyable 41 class ORTHANC_PUBLIC DicomElement : public boost::noncopyable
42 { 42 {
43 private: 43 private:
44 DicomTag tag_; 44 DicomTag tag_;
45 DicomValue* value_; 45 DicomValue* value_;
46 46