comparison Sphinx/source/users/rest.rst @ 428:943515b68158

documented transcoding
author Sebastien Jodogne <s.jodogne@gmail.com>
date Fri, 22 May 2020 11:19:41 +0200
parents b4cc2b6a9f13
children 2922fb1bd65e
comparison
equal deleted inserted replaced
427:71281b540ca1 428:943515b68158
400 .. _peering: 400 .. _peering:
401 401
402 Sending resources to remote Orthanc over HTTP/HTTPS (through Orthanc peering) 402 Sending resources to remote Orthanc over HTTP/HTTPS (through Orthanc peering)
403 ----------------------------------------------------------------------------- 403 -----------------------------------------------------------------------------
404 404
405 Orthanc can send its DICOM instances to remote Orthanc over HTTP/HTTPS through its Rest API. 405 Orthanc can send its DICOM instances to remote Orthanc servers over
406 This process can be triggered by the REST API. 406 HTTP/HTTPS. Such servers are referred to as :ref:`Orthanc peers
407 <peers>`. This process can be triggered by the REST API, which is
408 described in this section.
407 409
408 Configuration 410 Configuration
409 ^^^^^^^^^^^^^ 411 ^^^^^^^^^^^^^
410 412
411 .. highlight:: json 413 .. highlight:: json