annotate Plugins/Samples/Common/FullOrthancDataset.cpp @ 2237:403d92d8df83

cont
author Sebastien Jodogne <s.jodogne@gmail.com>
date Fri, 16 Dec 2016 14:45:40 +0100
parents 71b8bec8ca91
children a3a65de1840f
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
2179
de32f3b4ff09 shared toolbox to access DICOM datasets from plugins
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
diff changeset
1 /**
de32f3b4ff09 shared toolbox to access DICOM datasets from plugins
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
diff changeset
2 * Orthanc - A Lightweight, RESTful DICOM Store
de32f3b4ff09 shared toolbox to access DICOM datasets from plugins
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
diff changeset
3 * Copyright (C) 2012-2016 Sebastien Jodogne, Medical Physics
de32f3b4ff09 shared toolbox to access DICOM datasets from plugins
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
diff changeset
4 * Department, University Hospital of Liege, Belgium
de32f3b4ff09 shared toolbox to access DICOM datasets from plugins
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
diff changeset
5 *
de32f3b4ff09 shared toolbox to access DICOM datasets from plugins
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
diff changeset
6 * This program is free software: you can redistribute it and/or
de32f3b4ff09 shared toolbox to access DICOM datasets from plugins
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
diff changeset
7 * modify it under the terms of the GNU General Public License as
de32f3b4ff09 shared toolbox to access DICOM datasets from plugins
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
diff changeset
8 * published by the Free Software Foundation, either version 3 of the
de32f3b4ff09 shared toolbox to access DICOM datasets from plugins
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
diff changeset
9 * License, or (at your option) any later version.
de32f3b4ff09 shared toolbox to access DICOM datasets from plugins
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
diff changeset
10 *
de32f3b4ff09 shared toolbox to access DICOM datasets from plugins
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
diff changeset
11 * In addition, as a special exception, the copyright holders of this
de32f3b4ff09 shared toolbox to access DICOM datasets from plugins
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
diff changeset
12 * program give permission to link the code of its release with the
de32f3b4ff09 shared toolbox to access DICOM datasets from plugins
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
diff changeset
13 * OpenSSL project's "OpenSSL" library (or with modified versions of it
de32f3b4ff09 shared toolbox to access DICOM datasets from plugins
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
diff changeset
14 * that use the same license as the "OpenSSL" library), and distribute
de32f3b4ff09 shared toolbox to access DICOM datasets from plugins
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
diff changeset
15 * the linked executables. You must obey the GNU General Public License
de32f3b4ff09 shared toolbox to access DICOM datasets from plugins
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
diff changeset
16 * in all respects for all of the code used other than "OpenSSL". If you
de32f3b4ff09 shared toolbox to access DICOM datasets from plugins
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
diff changeset
17 * modify file(s) with this exception, you may extend this exception to
de32f3b4ff09 shared toolbox to access DICOM datasets from plugins
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
diff changeset
18 * your version of the file(s), but you are not obligated to do so. If
de32f3b4ff09 shared toolbox to access DICOM datasets from plugins
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
diff changeset
19 * you do not wish to do so, delete this exception statement from your
de32f3b4ff09 shared toolbox to access DICOM datasets from plugins
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
diff changeset
20 * version. If you delete this exception statement from all source files
de32f3b4ff09 shared toolbox to access DICOM datasets from plugins
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
diff changeset
21 * in the program, then also delete it here.
de32f3b4ff09 shared toolbox to access DICOM datasets from plugins
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
diff changeset
22 *
de32f3b4ff09 shared toolbox to access DICOM datasets from plugins
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
diff changeset
23 * This program is distributed in the hope that it will be useful, but
de32f3b4ff09 shared toolbox to access DICOM datasets from plugins
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
diff changeset
24 * WITHOUT ANY WARRANTY; without even the implied warranty of
de32f3b4ff09 shared toolbox to access DICOM datasets from plugins
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
diff changeset
25 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
de32f3b4ff09 shared toolbox to access DICOM datasets from plugins
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
diff changeset
26 * General Public License for more details.
de32f3b4ff09 shared toolbox to access DICOM datasets from plugins
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
diff changeset
27 *
de32f3b4ff09 shared toolbox to access DICOM datasets from plugins
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
diff changeset
28 * You should have received a copy of the GNU General Public License
de32f3b4ff09 shared toolbox to access DICOM datasets from plugins
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
diff changeset
29 * along with this program. If not, see <http://www.gnu.org/licenses/>.
de32f3b4ff09 shared toolbox to access DICOM datasets from plugins
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
diff changeset
30 **/
de32f3b4ff09 shared toolbox to access DICOM datasets from plugins
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
diff changeset
31
de32f3b4ff09 shared toolbox to access DICOM datasets from plugins
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
diff changeset
32
de32f3b4ff09 shared toolbox to access DICOM datasets from plugins
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
diff changeset
33 #include "FullOrthancDataset.h"
de32f3b4ff09 shared toolbox to access DICOM datasets from plugins
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
diff changeset
34
2237
Sebastien Jodogne <s.jodogne@gmail.com>
parents: 2180
diff changeset
35 #include "OrthancPluginException.h"
Sebastien Jodogne <s.jodogne@gmail.com>
parents: 2180
diff changeset
36
Sebastien Jodogne <s.jodogne@gmail.com>
parents: 2180
diff changeset
37 #include <stdio.h>
Sebastien Jodogne <s.jodogne@gmail.com>
parents: 2180
diff changeset
38 #include <cassert>
2179
de32f3b4ff09 shared toolbox to access DICOM datasets from plugins
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
diff changeset
39
de32f3b4ff09 shared toolbox to access DICOM datasets from plugins
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
diff changeset
40 namespace OrthancPlugins
de32f3b4ff09 shared toolbox to access DICOM datasets from plugins
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
diff changeset
41 {
de32f3b4ff09 shared toolbox to access DICOM datasets from plugins
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
diff changeset
42 static const Json::Value* AccessTag(const Json::Value& dataset,
de32f3b4ff09 shared toolbox to access DICOM datasets from plugins
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
diff changeset
43 const DicomTag& tag)
de32f3b4ff09 shared toolbox to access DICOM datasets from plugins
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
diff changeset
44 {
de32f3b4ff09 shared toolbox to access DICOM datasets from plugins
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
diff changeset
45 if (dataset.type() != Json::objectValue)
de32f3b4ff09 shared toolbox to access DICOM datasets from plugins
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
diff changeset
46 {
2237
Sebastien Jodogne <s.jodogne@gmail.com>
parents: 2180
diff changeset
47 ORTHANC_PLUGINS_THROW_EXCEPTION(BadFileFormat);
2179
de32f3b4ff09 shared toolbox to access DICOM datasets from plugins
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
diff changeset
48 }
de32f3b4ff09 shared toolbox to access DICOM datasets from plugins
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
diff changeset
49
de32f3b4ff09 shared toolbox to access DICOM datasets from plugins
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
diff changeset
50 char name[16];
de32f3b4ff09 shared toolbox to access DICOM datasets from plugins
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
diff changeset
51 sprintf(name, "%04x,%04x", tag.GetGroup(), tag.GetElement());
de32f3b4ff09 shared toolbox to access DICOM datasets from plugins
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
diff changeset
52
de32f3b4ff09 shared toolbox to access DICOM datasets from plugins
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
diff changeset
53 if (!dataset.isMember(name))
de32f3b4ff09 shared toolbox to access DICOM datasets from plugins
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
diff changeset
54 {
de32f3b4ff09 shared toolbox to access DICOM datasets from plugins
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
diff changeset
55 return NULL;
de32f3b4ff09 shared toolbox to access DICOM datasets from plugins
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
diff changeset
56 }
de32f3b4ff09 shared toolbox to access DICOM datasets from plugins
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
diff changeset
57
de32f3b4ff09 shared toolbox to access DICOM datasets from plugins
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
diff changeset
58 const Json::Value& value = dataset[name];
de32f3b4ff09 shared toolbox to access DICOM datasets from plugins
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
diff changeset
59 if (value.type() != Json::objectValue ||
de32f3b4ff09 shared toolbox to access DICOM datasets from plugins
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
diff changeset
60 !value.isMember("Name") ||
de32f3b4ff09 shared toolbox to access DICOM datasets from plugins
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
diff changeset
61 !value.isMember("Type") ||
de32f3b4ff09 shared toolbox to access DICOM datasets from plugins
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
diff changeset
62 !value.isMember("Value") ||
de32f3b4ff09 shared toolbox to access DICOM datasets from plugins
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
diff changeset
63 value["Name"].type() != Json::stringValue ||
de32f3b4ff09 shared toolbox to access DICOM datasets from plugins
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
diff changeset
64 value["Type"].type() != Json::stringValue)
de32f3b4ff09 shared toolbox to access DICOM datasets from plugins
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
diff changeset
65 {
2237
Sebastien Jodogne <s.jodogne@gmail.com>
parents: 2180
diff changeset
66 ORTHANC_PLUGINS_THROW_EXCEPTION(BadFileFormat);
2179
de32f3b4ff09 shared toolbox to access DICOM datasets from plugins
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
diff changeset
67 }
de32f3b4ff09 shared toolbox to access DICOM datasets from plugins
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
diff changeset
68
de32f3b4ff09 shared toolbox to access DICOM datasets from plugins
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
diff changeset
69 return &value;
de32f3b4ff09 shared toolbox to access DICOM datasets from plugins
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
diff changeset
70 }
de32f3b4ff09 shared toolbox to access DICOM datasets from plugins
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
diff changeset
71
de32f3b4ff09 shared toolbox to access DICOM datasets from plugins
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
diff changeset
72
de32f3b4ff09 shared toolbox to access DICOM datasets from plugins
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
diff changeset
73 static const Json::Value& GetSequenceContent(const Json::Value& sequence)
de32f3b4ff09 shared toolbox to access DICOM datasets from plugins
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
diff changeset
74 {
de32f3b4ff09 shared toolbox to access DICOM datasets from plugins
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
diff changeset
75 assert(sequence.type() == Json::objectValue);
de32f3b4ff09 shared toolbox to access DICOM datasets from plugins
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
diff changeset
76 assert(sequence.isMember("Type"));
de32f3b4ff09 shared toolbox to access DICOM datasets from plugins
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
diff changeset
77 assert(sequence.isMember("Value"));
de32f3b4ff09 shared toolbox to access DICOM datasets from plugins
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
diff changeset
78
de32f3b4ff09 shared toolbox to access DICOM datasets from plugins
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
diff changeset
79 const Json::Value& value = sequence["Value"];
de32f3b4ff09 shared toolbox to access DICOM datasets from plugins
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
diff changeset
80
de32f3b4ff09 shared toolbox to access DICOM datasets from plugins
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
diff changeset
81 if (sequence["Type"].asString() != "Sequence" ||
de32f3b4ff09 shared toolbox to access DICOM datasets from plugins
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
diff changeset
82 value.type() != Json::arrayValue)
de32f3b4ff09 shared toolbox to access DICOM datasets from plugins
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
diff changeset
83 {
2237
Sebastien Jodogne <s.jodogne@gmail.com>
parents: 2180
diff changeset
84 ORTHANC_PLUGINS_THROW_EXCEPTION(BadFileFormat);
2179
de32f3b4ff09 shared toolbox to access DICOM datasets from plugins
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
diff changeset
85 }
de32f3b4ff09 shared toolbox to access DICOM datasets from plugins
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
diff changeset
86 else
de32f3b4ff09 shared toolbox to access DICOM datasets from plugins
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
diff changeset
87 {
de32f3b4ff09 shared toolbox to access DICOM datasets from plugins
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
diff changeset
88 return value;
de32f3b4ff09 shared toolbox to access DICOM datasets from plugins
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
diff changeset
89 }
de32f3b4ff09 shared toolbox to access DICOM datasets from plugins
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
diff changeset
90 }
de32f3b4ff09 shared toolbox to access DICOM datasets from plugins
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
diff changeset
91
de32f3b4ff09 shared toolbox to access DICOM datasets from plugins
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
diff changeset
92
de32f3b4ff09 shared toolbox to access DICOM datasets from plugins
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
diff changeset
93 static bool GetStringInternal(std::string& result,
de32f3b4ff09 shared toolbox to access DICOM datasets from plugins
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
diff changeset
94 const Json::Value& tag)
de32f3b4ff09 shared toolbox to access DICOM datasets from plugins
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
diff changeset
95 {
de32f3b4ff09 shared toolbox to access DICOM datasets from plugins
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
diff changeset
96 assert(tag.type() == Json::objectValue);
de32f3b4ff09 shared toolbox to access DICOM datasets from plugins
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
diff changeset
97 assert(tag.isMember("Type"));
de32f3b4ff09 shared toolbox to access DICOM datasets from plugins
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
diff changeset
98 assert(tag.isMember("Value"));
de32f3b4ff09 shared toolbox to access DICOM datasets from plugins
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
diff changeset
99
de32f3b4ff09 shared toolbox to access DICOM datasets from plugins
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
diff changeset
100 const Json::Value& value = tag["Value"];
de32f3b4ff09 shared toolbox to access DICOM datasets from plugins
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
diff changeset
101
de32f3b4ff09 shared toolbox to access DICOM datasets from plugins
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
diff changeset
102 if (tag["Type"].asString() != "String" ||
de32f3b4ff09 shared toolbox to access DICOM datasets from plugins
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
diff changeset
103 value.type() != Json::stringValue)
de32f3b4ff09 shared toolbox to access DICOM datasets from plugins
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
diff changeset
104 {
2237
Sebastien Jodogne <s.jodogne@gmail.com>
parents: 2180
diff changeset
105 ORTHANC_PLUGINS_THROW_EXCEPTION(BadFileFormat);
2179
de32f3b4ff09 shared toolbox to access DICOM datasets from plugins
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
diff changeset
106 }
de32f3b4ff09 shared toolbox to access DICOM datasets from plugins
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
diff changeset
107 else
de32f3b4ff09 shared toolbox to access DICOM datasets from plugins
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
diff changeset
108 {
de32f3b4ff09 shared toolbox to access DICOM datasets from plugins
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
diff changeset
109 result = value.asString();
de32f3b4ff09 shared toolbox to access DICOM datasets from plugins
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
diff changeset
110 return true;
de32f3b4ff09 shared toolbox to access DICOM datasets from plugins
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
diff changeset
111 }
de32f3b4ff09 shared toolbox to access DICOM datasets from plugins
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
diff changeset
112 }
de32f3b4ff09 shared toolbox to access DICOM datasets from plugins
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
diff changeset
113
de32f3b4ff09 shared toolbox to access DICOM datasets from plugins
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
diff changeset
114
de32f3b4ff09 shared toolbox to access DICOM datasets from plugins
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
diff changeset
115 const Json::Value* FullOrthancDataset::LookupPath(const DicomPath& path) const
de32f3b4ff09 shared toolbox to access DICOM datasets from plugins
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
diff changeset
116 {
de32f3b4ff09 shared toolbox to access DICOM datasets from plugins
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
diff changeset
117 const Json::Value* content = &root_;
de32f3b4ff09 shared toolbox to access DICOM datasets from plugins
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
diff changeset
118
de32f3b4ff09 shared toolbox to access DICOM datasets from plugins
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
diff changeset
119 for (unsigned int depth = 0; depth < path.GetPrefixLength(); depth++)
de32f3b4ff09 shared toolbox to access DICOM datasets from plugins
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
diff changeset
120 {
de32f3b4ff09 shared toolbox to access DICOM datasets from plugins
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
diff changeset
121 const Json::Value* sequence = AccessTag(*content, path.GetPrefixTag(depth));
de32f3b4ff09 shared toolbox to access DICOM datasets from plugins
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
diff changeset
122 if (sequence == NULL)
de32f3b4ff09 shared toolbox to access DICOM datasets from plugins
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
diff changeset
123 {
de32f3b4ff09 shared toolbox to access DICOM datasets from plugins
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
diff changeset
124 return NULL;
de32f3b4ff09 shared toolbox to access DICOM datasets from plugins
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
diff changeset
125 }
de32f3b4ff09 shared toolbox to access DICOM datasets from plugins
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
diff changeset
126
de32f3b4ff09 shared toolbox to access DICOM datasets from plugins
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
diff changeset
127 const Json::Value& nextContent = GetSequenceContent(*sequence);
de32f3b4ff09 shared toolbox to access DICOM datasets from plugins
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
diff changeset
128
de32f3b4ff09 shared toolbox to access DICOM datasets from plugins
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
diff changeset
129 size_t index = path.GetPrefixIndex(depth);
de32f3b4ff09 shared toolbox to access DICOM datasets from plugins
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
diff changeset
130 if (index >= nextContent.size())
de32f3b4ff09 shared toolbox to access DICOM datasets from plugins
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
diff changeset
131 {
de32f3b4ff09 shared toolbox to access DICOM datasets from plugins
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
diff changeset
132 return NULL;
de32f3b4ff09 shared toolbox to access DICOM datasets from plugins
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
diff changeset
133 }
de32f3b4ff09 shared toolbox to access DICOM datasets from plugins
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
diff changeset
134 else
de32f3b4ff09 shared toolbox to access DICOM datasets from plugins
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
diff changeset
135 {
de32f3b4ff09 shared toolbox to access DICOM datasets from plugins
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
diff changeset
136 content = &nextContent[static_cast<Json::Value::ArrayIndex>(index)];
de32f3b4ff09 shared toolbox to access DICOM datasets from plugins
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
diff changeset
137 }
de32f3b4ff09 shared toolbox to access DICOM datasets from plugins
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
diff changeset
138 }
de32f3b4ff09 shared toolbox to access DICOM datasets from plugins
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
diff changeset
139
de32f3b4ff09 shared toolbox to access DICOM datasets from plugins
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
diff changeset
140 return AccessTag(*content, path.GetFinalTag());
de32f3b4ff09 shared toolbox to access DICOM datasets from plugins
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
diff changeset
141 }
de32f3b4ff09 shared toolbox to access DICOM datasets from plugins
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
diff changeset
142
de32f3b4ff09 shared toolbox to access DICOM datasets from plugins
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
diff changeset
143
2180
71b8bec8ca91 improvements
Sebastien Jodogne <s.jodogne@gmail.com>
parents: 2179
diff changeset
144 void FullOrthancDataset::CheckRoot() const
71b8bec8ca91 improvements
Sebastien Jodogne <s.jodogne@gmail.com>
parents: 2179
diff changeset
145 {
71b8bec8ca91 improvements
Sebastien Jodogne <s.jodogne@gmail.com>
parents: 2179
diff changeset
146 if (root_.type() != Json::objectValue)
71b8bec8ca91 improvements
Sebastien Jodogne <s.jodogne@gmail.com>
parents: 2179
diff changeset
147 {
2237
Sebastien Jodogne <s.jodogne@gmail.com>
parents: 2180
diff changeset
148 ORTHANC_PLUGINS_THROW_EXCEPTION(BadFileFormat);
2180
71b8bec8ca91 improvements
Sebastien Jodogne <s.jodogne@gmail.com>
parents: 2179
diff changeset
149 }
71b8bec8ca91 improvements
Sebastien Jodogne <s.jodogne@gmail.com>
parents: 2179
diff changeset
150 }
71b8bec8ca91 improvements
Sebastien Jodogne <s.jodogne@gmail.com>
parents: 2179
diff changeset
151
71b8bec8ca91 improvements
Sebastien Jodogne <s.jodogne@gmail.com>
parents: 2179
diff changeset
152
2179
de32f3b4ff09 shared toolbox to access DICOM datasets from plugins
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
diff changeset
153 FullOrthancDataset::FullOrthancDataset(IOrthancConnection& orthanc,
de32f3b4ff09 shared toolbox to access DICOM datasets from plugins
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
diff changeset
154 const std::string& uri)
de32f3b4ff09 shared toolbox to access DICOM datasets from plugins
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
diff changeset
155 {
2180
71b8bec8ca91 improvements
Sebastien Jodogne <s.jodogne@gmail.com>
parents: 2179
diff changeset
156 IOrthancConnection::RestApiGet(root_, orthanc, uri);
71b8bec8ca91 improvements
Sebastien Jodogne <s.jodogne@gmail.com>
parents: 2179
diff changeset
157 CheckRoot();
71b8bec8ca91 improvements
Sebastien Jodogne <s.jodogne@gmail.com>
parents: 2179
diff changeset
158 }
71b8bec8ca91 improvements
Sebastien Jodogne <s.jodogne@gmail.com>
parents: 2179
diff changeset
159
71b8bec8ca91 improvements
Sebastien Jodogne <s.jodogne@gmail.com>
parents: 2179
diff changeset
160
71b8bec8ca91 improvements
Sebastien Jodogne <s.jodogne@gmail.com>
parents: 2179
diff changeset
161 FullOrthancDataset::FullOrthancDataset(const std::string& content)
71b8bec8ca91 improvements
Sebastien Jodogne <s.jodogne@gmail.com>
parents: 2179
diff changeset
162 {
71b8bec8ca91 improvements
Sebastien Jodogne <s.jodogne@gmail.com>
parents: 2179
diff changeset
163 IOrthancConnection::ParseJson(root_, content);
71b8bec8ca91 improvements
Sebastien Jodogne <s.jodogne@gmail.com>
parents: 2179
diff changeset
164 CheckRoot();
2179
de32f3b4ff09 shared toolbox to access DICOM datasets from plugins
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
diff changeset
165 }
de32f3b4ff09 shared toolbox to access DICOM datasets from plugins
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
diff changeset
166
de32f3b4ff09 shared toolbox to access DICOM datasets from plugins
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
diff changeset
167
de32f3b4ff09 shared toolbox to access DICOM datasets from plugins
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
diff changeset
168 bool FullOrthancDataset::GetStringValue(std::string& result,
de32f3b4ff09 shared toolbox to access DICOM datasets from plugins
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
diff changeset
169 const DicomPath& path) const
de32f3b4ff09 shared toolbox to access DICOM datasets from plugins
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
diff changeset
170 {
de32f3b4ff09 shared toolbox to access DICOM datasets from plugins
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
diff changeset
171 const Json::Value* value = LookupPath(path);
de32f3b4ff09 shared toolbox to access DICOM datasets from plugins
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
diff changeset
172
de32f3b4ff09 shared toolbox to access DICOM datasets from plugins
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
diff changeset
173 if (value == NULL)
de32f3b4ff09 shared toolbox to access DICOM datasets from plugins
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
diff changeset
174 {
de32f3b4ff09 shared toolbox to access DICOM datasets from plugins
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
diff changeset
175 return false;
de32f3b4ff09 shared toolbox to access DICOM datasets from plugins
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
diff changeset
176 }
de32f3b4ff09 shared toolbox to access DICOM datasets from plugins
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
diff changeset
177 else
de32f3b4ff09 shared toolbox to access DICOM datasets from plugins
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
diff changeset
178 {
de32f3b4ff09 shared toolbox to access DICOM datasets from plugins
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
diff changeset
179 return GetStringInternal(result, *value);
de32f3b4ff09 shared toolbox to access DICOM datasets from plugins
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
diff changeset
180 }
de32f3b4ff09 shared toolbox to access DICOM datasets from plugins
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
diff changeset
181 }
de32f3b4ff09 shared toolbox to access DICOM datasets from plugins
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
diff changeset
182
de32f3b4ff09 shared toolbox to access DICOM datasets from plugins
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
diff changeset
183
de32f3b4ff09 shared toolbox to access DICOM datasets from plugins
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
diff changeset
184 bool FullOrthancDataset::GetSequenceSize(size_t& size,
de32f3b4ff09 shared toolbox to access DICOM datasets from plugins
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
diff changeset
185 const DicomPath& path) const
de32f3b4ff09 shared toolbox to access DICOM datasets from plugins
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
diff changeset
186 {
de32f3b4ff09 shared toolbox to access DICOM datasets from plugins
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
diff changeset
187 const Json::Value* sequence = LookupPath(path);
de32f3b4ff09 shared toolbox to access DICOM datasets from plugins
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
diff changeset
188
de32f3b4ff09 shared toolbox to access DICOM datasets from plugins
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
diff changeset
189 if (sequence == NULL)
de32f3b4ff09 shared toolbox to access DICOM datasets from plugins
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
diff changeset
190 {
de32f3b4ff09 shared toolbox to access DICOM datasets from plugins
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
diff changeset
191 return false;
de32f3b4ff09 shared toolbox to access DICOM datasets from plugins
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
diff changeset
192 }
de32f3b4ff09 shared toolbox to access DICOM datasets from plugins
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
diff changeset
193 else
de32f3b4ff09 shared toolbox to access DICOM datasets from plugins
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
diff changeset
194 {
de32f3b4ff09 shared toolbox to access DICOM datasets from plugins
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
diff changeset
195 size = GetSequenceContent(*sequence).size();
de32f3b4ff09 shared toolbox to access DICOM datasets from plugins
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
diff changeset
196 return true;
de32f3b4ff09 shared toolbox to access DICOM datasets from plugins
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
diff changeset
197 }
de32f3b4ff09 shared toolbox to access DICOM datasets from plugins
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
diff changeset
198 }
de32f3b4ff09 shared toolbox to access DICOM datasets from plugins
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
diff changeset
199 }