comparison OrthancFramework/Sources/DicomFormat/DicomMap.h @ 4392:3af1d763763a

confining Json::Reader and Json::*Writer into Toolbox
author Sebastien Jodogne <s.jodogne@gmail.com>
date Mon, 21 Dec 2020 18:09:47 +0100
parents 3b70a2e6a06c
children d9473bd5ed43
comparison
equal deleted inserted replaced
4391:0c4ff5609548 4392:3af1d763763a
26 #include "DicomValue.h" 26 #include "DicomValue.h"
27 #include "../Enumerations.h" 27 #include "../Enumerations.h"
28 28
29 #include <set> 29 #include <set>
30 #include <map> 30 #include <map>
31 #include <json/json.h> 31 #include <json/value.h>
32 32
33 namespace Orthanc 33 namespace Orthanc
34 { 34 {
35 class ORTHANC_PUBLIC DicomMap : public boost::noncopyable 35 class ORTHANC_PUBLIC DicomMap : public boost::noncopyable
36 { 36 {