comparison Sphinx/source/users/advanced-rest.rst @ 947:0b89127439b1

new orthanc-setup-samples repo
author Alain Mazy <am@osimis.io>
date Thu, 01 Jun 2023 12:24:22 +0200
parents a5e7e7001316
children 5df222ddd7d1
comparison
equal deleted inserted replaced
946:d7f03f325544 947:0b89127439b1
278 278
279 # display the result 279 # display the result
280 Write-Host "The instance can be retrieved in PDF at http://localhost:8042$($reply.Path)/pdf" 280 Write-Host "The instance can be retrieved in PDF at http://localhost:8042$($reply.Path)/pdf"
281 281
282 And here's another sample `using python 282 And here's another sample `using python
283 <https://bitbucket.org/osimis/orthanc-setup-samples/src/master/python-samples/attach-pdf-to-study.py>`__. 283 <https://github.com/orthanc-server/orthanc-setup-samples/src/master/python-samples/attach-pdf-to-study.py>`__.
284 284
285 Please note that the ``/tools/create-dicom`` API call will return the 285 Please note that the ``/tools/create-dicom`` API call will return the
286 Orthanc instance ID of the newly created DICOM resource. 286 Orthanc instance ID of the newly created DICOM resource.
287 287
288 You can use the ``/instances/.../pdf`` URI to retrieve an embedded PDF 288 You can use the ``/instances/.../pdf`` URI to retrieve an embedded PDF