comparison Sphinx/source/users/rest.rst @ 633:06bea33cb7d0

metadata and attachments are not transferred between peers
author Sebastien Jodogne <s.jodogne@gmail.com>
date Fri, 16 Apr 2021 19:00:33 +0200
parents 0dde82745e0d
children 88503c6e549f
comparison
equal deleted inserted replaced
632:38face2a84a4 633:06bea33cb7d0
474 $ curl -X POST http://localhost:8042/peers/sample/store -d '["d4b46c8e-74b16992-b0f5ca11-f04a60fa-8eb13a88","d5604121-7d613ce6-c315a5-a77b3cf3-9c253b23","cb855110-5f4da420-ec9dc9cb-2af6a9bb-dcbd180e"]' 474 $ curl -X POST http://localhost:8042/peers/sample/store -d '["d4b46c8e-74b16992-b0f5ca11-f04a60fa-8eb13a88","d5604121-7d613ce6-c315a5-a77b3cf3-9c253b23","cb855110-5f4da420-ec9dc9cb-2af6a9bb-dcbd180e"]'
475 475
476 Note that the list of resources to be sent can include the 476 Note that the list of resources to be sent can include the
477 :ref:`Orthanc identifiers <orthanc-ids>` of entire patients, 477 :ref:`Orthanc identifiers <orthanc-ids>` of entire patients,
478 studies or series as well. 478 studies or series as well.
479
480 **Important remark:** Neither the :ref:`metadata <metadata>`, nor the
481 :ref:`attachments <attachments>` are transferred between the Orthanc
482 peers. This is because metadata and attachments are considered as
483 local to one Orthanc server.
484
479 485
480 Testing connectivity with a remote peer 486 Testing connectivity with a remote peer
481 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ 487 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
482 488
483 .. highlight:: bash 489 .. highlight:: bash