Mercurial > hg > orthanc
diff 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 |
line wrap: on
line diff
--- a/OrthancServer/FromDcmtkBridge.h Thu Oct 08 10:57:29 2015 +0200 +++ b/OrthancServer/FromDcmtkBridge.h Thu Oct 08 13:45:33 2015 +0200 @@ -129,8 +129,8 @@ const std::string& value, bool interpretBinaryTags); - static DcmElement* FromJson(const Json::Value& element, - const DicomTag& tag, + static DcmElement* FromJson(const DicomTag& tag, + const Json::Value& element, bool interpretBinaryTags); }; }