comparison Sphinx/source/users/rest.rst @ 224:02399e86f046

starting documentation of jobs
author Sebastien Jodogne <s.jodogne@gmail.com>
date Wed, 06 Mar 2019 07:41:49 +0100
parents 9ccafca945d2
children 2946fcd2e7fa
comparison
equal deleted inserted replaced
223:9ccafca945d2 224:02399e86f046
371 371
372 372
373 .. _peering: 373 .. _peering:
374 374
375 Sending resources to remote Orthanc over HTTP/HTTPS (through Orthanc peering) 375 Sending resources to remote Orthanc over HTTP/HTTPS (through Orthanc peering)
376 ------------------------------------------------------ 376 -----------------------------------------------------------------------------
377 377
378 Orthanc can send its DICOM instances to remote Orthanc over HTTP/HTTPS through its Rest API. 378 Orthanc can send its DICOM instances to remote Orthanc over HTTP/HTTPS through its Rest API.
379 This process can be triggered by the REST API. 379 This process can be triggered by the REST API.
380 380
381 Configuration 381 Configuration
926 926
927 The examples above have shown you the basic principles for driving an 927 The examples above have shown you the basic principles for driving an
928 instance of Orthanc through its REST API. All the possibilities of the 928 instance of Orthanc through its REST API. All the possibilities of the
929 API have not been described: 929 API have not been described:
930 930
931 * Advanced features of the REST API can be found on :ref:`another page
932 <rest-advanced>`.
931 * A :ref:`FAQ entry <rest-samples>` lists where you can find more 933 * A :ref:`FAQ entry <rest-samples>` lists where you can find more
932 advanced samples of the REST API of Orthanc. 934 advanced samples of the REST API of Orthanc.
933 * The full documentation of the REST API is maintained as an online 935 * The full documentation of the REST API is maintained as an online
934 spreadsheet accessible from the `documentation part of the official 936 spreadsheet accessible from the `documentation part of the official
935 Web site 937 Web site