comparison Sphinx/source/plugins/ohif.rst @ 991:1316bc62b5d5

migration to UCLouvain servers
author Sebastien Jodogne <s.jodogne@gmail.com>
date Tue, 21 Nov 2023 21:09:02 +0100
parents 2df3597eacc8
children 05b106383b2a
comparison
equal deleted inserted replaced
990:27b75c653a8b 991:1316bc62b5d5
296 296
297 The content of the `DICOM JSON data source 297 The content of the `DICOM JSON data source
298 <https://v3-docs.ohif.org/configuration/datasources/dicom-json/>`__ 298 <https://v3-docs.ohif.org/configuration/datasources/dicom-json/>`__
299 for a DICOM study of interest can be retrieved as follows:: 299 for a DICOM study of interest can be retrieved as follows::
300 300
301 $ curl http://demo.orthanc-server.com/studies/6b9e19d9-62094390-5f9ddb01-4a191ae7-9766b715/ohif-dicom-json 301 $ curl https://orthanc.uclouvain.be/demo/studies/6b9e19d9-62094390-5f9ddb01-4a191ae7-9766b715/ohif-dicom-json
302 302
303 This data source is constructed from the :ref:`metadata 4202 303 This data source is constructed from the :ref:`metadata 4202
304 <registry>` associated with the individual DICOM instances of the 304 <registry>` associated with the individual DICOM instances of the
305 DICOM study. The metadata corresponds to the `Base64 encoding 305 DICOM study. The metadata corresponds to the `Base64 encoding
306 <https://en.wikipedia.org/wiki/Base64>`__ of a gzipped JSON file. For 306 <https://en.wikipedia.org/wiki/Base64>`__ of a gzipped JSON file. For
307 debugging, the JSON file associated with a DICOM instance can be 307 debugging, the JSON file associated with a DICOM instance can be
308 inspected using:: 308 inspected using::
309 309
310 $ curl http://demo.orthanc-server.com/instances/1f3c00bd-49df10b7-f416a598-1b3bb5a2-cb791b52/metadata/4202 | base64 -d | gunzip -c 310 $ curl https://orthanc.uclouvain.be/demo/instances/1f3c00bd-49df10b7-f416a598-1b3bb5a2-cb791b52/metadata/4202 | base64 -d | gunzip -c
311 311
312 312
313 Preloading existing studies 313 Preloading existing studies
314 ^^^^^^^^^^^^^^^^^^^^^^^^^^^ 314 ^^^^^^^^^^^^^^^^^^^^^^^^^^^
315 315