# HG changeset patch # User Alain Mazy # Date 1679315546 -3600 # Node ID 169568647bc69a55915956b64dbbba516a724810 # Parent ce1fca061765d9b6dcc159af1d909e2d5c15710c fix diff -r ce1fca061765 -r 169568647bc6 Sphinx/source/plugins/orthanc-explorer-2.rst --- a/Sphinx/source/plugins/orthanc-explorer-2.rst Fri Mar 17 17:25:55 2023 +0100 +++ b/Sphinx/source/plugins/orthanc-explorer-2.rst Mon Mar 20 13:32:26 2023 +0100 @@ -172,7 +172,7 @@ If you want to open e.g. the :ref:`Stone Web viewer `:: on a study that is not yet stored in Orthanc but that you know that it is stored in a remote modality, you may use this endpoint:: - http://localhost:8042/ui/app/retrieve-and-view?StudyInstanceUID=1.2.3....&modality=pacs@viewer=stone-viewer + http://localhost:8042/ui/app/retrieve-and-view.html?StudyInstanceUID=1.2.3....&modality=pacs&viewer=stone-viewer This will first check if the study is already in Orthanc, if not, it will retrieve it from the modality and, once the transfer is complete, open the viewer.