comparison OrthancServer/FromDcmtkBridge.h @ 1693:558b25228a23

creation of tag hierarchy from json
author Sebastien Jodogne <s.jodogne@gmail.com>
date Thu, 08 Oct 2015 13:45:33 +0200
parents ae09132e4237
children 06d579e82bb8
comparison
equal deleted inserted replaced
1692:4eaf164dd574 1693:558b25228a23
127 static void FillElementWithString(DcmElement& element, 127 static void FillElementWithString(DcmElement& element,
128 const DicomTag& tag, 128 const DicomTag& tag,
129 const std::string& value, 129 const std::string& value,
130 bool interpretBinaryTags); 130 bool interpretBinaryTags);
131 131
132 static DcmElement* FromJson(const Json::Value& element, 132 static DcmElement* FromJson(const DicomTag& tag,
133 const DicomTag& tag, 133 const Json::Value& element,
134 bool interpretBinaryTags); 134 bool interpretBinaryTags);
135 }; 135 };
136 } 136 }