comparison Sphinx/source/users/rest.rst @ 763:4e9dc26a5cb9 Orthanc-1.9.7

Orthanc 1.9.7
author Sebastien Jodogne <s.jodogne@gmail.com>
date Tue, 31 Aug 2021 11:24:43 +0200
parents 97e6a0431c5e
children 01fa632daae9
comparison
equal deleted inserted replaced
762:b3fe7b0a09fc 763:4e9dc26a5cb9
92 <https://stackoverflow.com/questions/463144/php-http-post-fails-when-curl-data-1024/463277#463277>`__:: 92 <https://stackoverflow.com/questions/463144/php-http-post-fails-when-curl-data-1024/463277#463277>`__::
93 93
94 $ curl -X POST -H "Expect:" http://localhost:8042/instances --data-binary @CT.X.1.2.276.0.7230010.dcm 94 $ curl -X POST -H "Expect:" http://localhost:8042/instances --data-binary @CT.X.1.2.276.0.7230010.dcm
95 95
96 The code distribution of Orthanc contains a `sample Python script 96 The code distribution of Orthanc contains a `sample Python script
97 <https://hg.orthanc-server.com/orthanc/file/Orthanc-1.9.6/OrthancServer/Resources/Samples/ImportDicomFiles/ImportDicomFiles.py>`__ 97 <https://hg.orthanc-server.com/orthanc/file/Orthanc-1.9.7/OrthancServer/Resources/Samples/ImportDicomFiles/ImportDicomFiles.py>`__
98 that recursively upload the content of some folder into Orthanc using 98 that recursively upload the content of some folder into Orthanc using
99 the REST API:: 99 the REST API::
100 100
101 $ python ImportDicomFiles.py localhost 8042 ~/DICOM/ 101 $ python ImportDicomFiles.py localhost 8042 ~/DICOM/
102 102
104 includes another Python script named ``OrthancImport.py`` that 104 includes another Python script named ``OrthancImport.py`` that
105 provides more features than ``ImportDicomFiles.py``. It can notably 105 provides more features than ``ImportDicomFiles.py``. It can notably
106 import the content of ``.zip``, ``.tar.gz`` or ``.tar.bz2`` archives 106 import the content of ``.zip``, ``.tar.gz`` or ``.tar.bz2`` archives
107 without having to uncompress them first. It also provides more 107 without having to uncompress them first. It also provides more
108 comprehensive command-line options. `Check this script out 108 comprehensive command-line options. `Check this script out
109 <https://hg.orthanc-server.com/orthanc/file/Orthanc-1.9.6/OrthancServer/Resources/Samples/ImportDicomFiles/OrthancImport.py>`__. 109 <https://hg.orthanc-server.com/orthanc/file/Orthanc-1.9.7/OrthancServer/Resources/Samples/ImportDicomFiles/OrthancImport.py>`__.
110 110
111 111
112 .. highlight:: perl 112 .. highlight:: perl
113 113
114 If you are using Powershell (>= 3.0), you can use the following to send a single 114 If you are using Powershell (>= 3.0), you can use the following to send a single