Mercurial > hg > orthanc-book
changeset 923:169568647bc6
fix
author | Alain Mazy <am@osimis.io> |
---|---|
date | Mon, 20 Mar 2023 13:32:26 +0100 |
parents | ce1fca061765 |
children | c9d2ae104b1b |
files | Sphinx/source/plugins/orthanc-explorer-2.rst |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- 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 <stone_webviewer>`:: 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.