comparison OrthancServer/FromDcmtkBridge.h @ 1737:ec66a16aa398

removal of DicomStringValue and DicomNullValue
author Sebastien Jodogne <s.jodogne@gmail.com>
date Thu, 22 Oct 2015 07:52:24 +0200
parents b953c6eef28d
children 57b9e6890482
comparison
equal deleted inserted replaced
1736:b953c6eef28d 1737:ec66a16aa398
107 DicomValue* value) 107 DicomValue* value)
108 { 108 {
109 target.SetValue(ParseTag(tagName), value); 109 target.SetValue(ParseTag(tagName), value);
110 } 110 }
111 111
112 static void Print(FILE* fp,
113 const DicomMap& m);
114
115 static void ToJson(Json::Value& result, 112 static void ToJson(Json::Value& result,
116 const DicomMap& values, 113 const DicomMap& values,
117 bool simplify); 114 bool simplify);
118 115
119 static std::string GenerateUniqueIdentifier(ResourceType level); 116 static std::string GenerateUniqueIdentifier(ResourceType level);