Mercurial > hg > orthanc
annotate Plugins/Samples/Common/OrthancPluginConnection.cpp @ 3381:a6c590cb8181
OrthancPlugins::DicomPath::SetPrefixIndex()
author | Sebastien Jodogne <s.jodogne@gmail.com> |
---|---|
date | Tue, 28 May 2019 07:33:10 +0200 |
parents | 4e43e67f8ecf |
children | 94f4a18a79cc |
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 |
3060
4e43e67f8ecf
preparing for 2019
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
2963
diff
changeset
|
5 * Copyright (C) 2017-2019 Osimis S.A., Belgium |
2179
de32f3b4ff09
shared toolbox to access DICOM datasets from plugins
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
diff
changeset
|
6 * |
de32f3b4ff09
shared toolbox to access DICOM datasets from plugins
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
diff
changeset
|
7 * 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
|
8 * 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
|
9 * 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
|
10 * 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
|
11 * |
de32f3b4ff09
shared toolbox to access DICOM datasets from plugins
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
diff
changeset
|
12 * 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
|
13 * 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
|
14 * 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
|
15 * 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
|
16 * 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
|
17 * 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
|
18 * 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
|
19 * 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
|
20 * 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
|
21 * 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
|
22 * 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
|
23 * |
de32f3b4ff09
shared toolbox to access DICOM datasets from plugins
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
diff
changeset
|
24 * 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
|
25 * 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
|
26 * 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
|
27 * General Public License for more details. |
de32f3b4ff09
shared toolbox to access DICOM datasets from plugins
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
diff
changeset
|
28 * |
de32f3b4ff09
shared toolbox to access DICOM datasets from plugins
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
diff
changeset
|
29 * 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
|
30 * 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
|
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 |
de32f3b4ff09
shared toolbox to access DICOM datasets from plugins
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
diff
changeset
|
34 #include "OrthancPluginConnection.h" |
de32f3b4ff09
shared toolbox to access DICOM datasets from plugins
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
diff
changeset
|
35 |
de32f3b4ff09
shared toolbox to access DICOM datasets from plugins
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
diff
changeset
|
36 #include "OrthancPluginCppWrapper.h" |
de32f3b4ff09
shared toolbox to access DICOM datasets from plugins
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
diff
changeset
|
37 |
de32f3b4ff09
shared toolbox to access DICOM datasets from plugins
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
diff
changeset
|
38 namespace OrthancPlugins |
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 void OrthancPluginConnection::RestApiGet(std::string& result, |
de32f3b4ff09
shared toolbox to access DICOM datasets from plugins
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
diff
changeset
|
41 const std::string& uri) |
de32f3b4ff09
shared toolbox to access DICOM datasets from plugins
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
diff
changeset
|
42 { |
2963 | 43 OrthancPlugins::MemoryBuffer buffer; |
2179
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 (buffer.RestApiGet(uri, false)) |
de32f3b4ff09
shared toolbox to access DICOM datasets from plugins
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
diff
changeset
|
46 { |
de32f3b4ff09
shared toolbox to access DICOM datasets from plugins
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
diff
changeset
|
47 buffer.ToString(result); |
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 else |
de32f3b4ff09
shared toolbox to access DICOM datasets from plugins
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
diff
changeset
|
50 { |
2237 | 51 ORTHANC_PLUGINS_THROW_EXCEPTION(UnknownResource); |
2179
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 } |
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 |
de32f3b4ff09
shared toolbox to access DICOM datasets from plugins
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
diff
changeset
|
56 void OrthancPluginConnection::RestApiPost(std::string& result, |
de32f3b4ff09
shared toolbox to access DICOM datasets from plugins
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
diff
changeset
|
57 const std::string& uri, |
de32f3b4ff09
shared toolbox to access DICOM datasets from plugins
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
diff
changeset
|
58 const std::string& body) |
de32f3b4ff09
shared toolbox to access DICOM datasets from plugins
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
diff
changeset
|
59 { |
2963 | 60 OrthancPlugins::MemoryBuffer buffer; |
2179
de32f3b4ff09
shared toolbox to access DICOM datasets from plugins
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
diff
changeset
|
61 |
2183
1d0838b8e9c5
RestApiDelete and RestApiPut
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
2179
diff
changeset
|
62 if (buffer.RestApiPost(uri, body.c_str(), body.size(), false)) |
2179
de32f3b4ff09
shared toolbox to access DICOM datasets from plugins
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
diff
changeset
|
63 { |
de32f3b4ff09
shared toolbox to access DICOM datasets from plugins
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
diff
changeset
|
64 buffer.ToString(result); |
de32f3b4ff09
shared toolbox to access DICOM datasets from plugins
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
diff
changeset
|
65 } |
de32f3b4ff09
shared toolbox to access DICOM datasets from plugins
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
diff
changeset
|
66 else |
de32f3b4ff09
shared toolbox to access DICOM datasets from plugins
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
diff
changeset
|
67 { |
2237 | 68 ORTHANC_PLUGINS_THROW_EXCEPTION(UnknownResource); |
2179
de32f3b4ff09
shared toolbox to access DICOM datasets from plugins
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
diff
changeset
|
69 } |
de32f3b4ff09
shared toolbox to access DICOM datasets from plugins
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
diff
changeset
|
70 } |
2183
1d0838b8e9c5
RestApiDelete and RestApiPut
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
2179
diff
changeset
|
71 |
1d0838b8e9c5
RestApiDelete and RestApiPut
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
2179
diff
changeset
|
72 |
1d0838b8e9c5
RestApiDelete and RestApiPut
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
2179
diff
changeset
|
73 void OrthancPluginConnection::RestApiPut(std::string& result, |
1d0838b8e9c5
RestApiDelete and RestApiPut
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
2179
diff
changeset
|
74 const std::string& uri, |
1d0838b8e9c5
RestApiDelete and RestApiPut
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
2179
diff
changeset
|
75 const std::string& body) |
1d0838b8e9c5
RestApiDelete and RestApiPut
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
2179
diff
changeset
|
76 { |
2963 | 77 OrthancPlugins::MemoryBuffer buffer; |
2183
1d0838b8e9c5
RestApiDelete and RestApiPut
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
2179
diff
changeset
|
78 |
1d0838b8e9c5
RestApiDelete and RestApiPut
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
2179
diff
changeset
|
79 if (buffer.RestApiPut(uri, body.c_str(), body.size(), false)) |
1d0838b8e9c5
RestApiDelete and RestApiPut
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
2179
diff
changeset
|
80 { |
1d0838b8e9c5
RestApiDelete and RestApiPut
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
2179
diff
changeset
|
81 buffer.ToString(result); |
1d0838b8e9c5
RestApiDelete and RestApiPut
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
2179
diff
changeset
|
82 } |
1d0838b8e9c5
RestApiDelete and RestApiPut
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
2179
diff
changeset
|
83 else |
1d0838b8e9c5
RestApiDelete and RestApiPut
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
2179
diff
changeset
|
84 { |
2237 | 85 ORTHANC_PLUGINS_THROW_EXCEPTION(UnknownResource); |
2183
1d0838b8e9c5
RestApiDelete and RestApiPut
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
2179
diff
changeset
|
86 } |
1d0838b8e9c5
RestApiDelete and RestApiPut
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
2179
diff
changeset
|
87 } |
1d0838b8e9c5
RestApiDelete and RestApiPut
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
2179
diff
changeset
|
88 |
1d0838b8e9c5
RestApiDelete and RestApiPut
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
2179
diff
changeset
|
89 |
1d0838b8e9c5
RestApiDelete and RestApiPut
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
2179
diff
changeset
|
90 void OrthancPluginConnection::RestApiDelete(const std::string& uri) |
1d0838b8e9c5
RestApiDelete and RestApiPut
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
2179
diff
changeset
|
91 { |
2963 | 92 OrthancPlugins::MemoryBuffer buffer; |
2183
1d0838b8e9c5
RestApiDelete and RestApiPut
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
2179
diff
changeset
|
93 |
2963 | 94 if (!::OrthancPlugins::RestApiDelete(uri, false)) |
2183
1d0838b8e9c5
RestApiDelete and RestApiPut
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
2179
diff
changeset
|
95 { |
2237 | 96 ORTHANC_PLUGINS_THROW_EXCEPTION(UnknownResource); |
2183
1d0838b8e9c5
RestApiDelete and RestApiPut
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
2179
diff
changeset
|
97 } |
1d0838b8e9c5
RestApiDelete and RestApiPut
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
2179
diff
changeset
|
98 } |
2179
de32f3b4ff09
shared toolbox to access DICOM datasets from plugins
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
diff
changeset
|
99 } |