Mercurial > hg > orthanc
comparison OrthancServer/FromDcmtkBridge.h @ 1736:b953c6eef28d
ToJson: IncludePrivateTags and IncludeUnknownTags
author | Sebastien Jodogne <s.jodogne@gmail.com> |
---|---|
date | Wed, 21 Oct 2015 16:52:23 +0200 |
parents | a001f6226c7c |
children | ec66a16aa398 |
comparison
equal
deleted
inserted
replaced
1735:a001f6226c7c | 1736:b953c6eef28d |
---|---|
63 static bool IsPrivateTag(const DicomTag& tag); | 63 static bool IsPrivateTag(const DicomTag& tag); |
64 | 64 |
65 static bool IsUnknownTag(const DicomTag& tag); | 65 static bool IsUnknownTag(const DicomTag& tag); |
66 | 66 |
67 static DicomValue* ConvertLeafElement(DcmElement& element, | 67 static DicomValue* ConvertLeafElement(DcmElement& element, |
68 DicomToJsonFlags flags, | |
68 Encoding encoding); | 69 Encoding encoding); |
69 | 70 |
70 static void ToJson(Json::Value& parent, | 71 static void ToJson(Json::Value& parent, |
71 DcmElement& element, | 72 DcmElement& element, |
72 DicomToJsonFormat format, | 73 DicomToJsonFormat format, |