# HG changeset patch # User Alain Mazy # Date 1679070355 -3600 # Node ID ce1fca061765d9b6dcc159af1d909e2d5c15710c # Parent 33e8cb14142f1404991dbf8c86a0171328cc27a0 OE2 diff -r 33e8cb14142f -r ce1fca061765 Sphinx/source/plugins/orthanc-explorer-2.rst --- a/Sphinx/source/plugins/orthanc-explorer-2.rst Fri Mar 17 17:15:08 2023 +0100 +++ b/Sphinx/source/plugins/orthanc-explorer-2.rst Fri Mar 17 17:25:55 2023 +0100 @@ -24,6 +24,8 @@ is that OE2 works only at the study level, not the patient level. The main page is the study list in which, of course, you can apply a filter to display only the studies of a single patient. +Since version 0.7.0, once connected to `Keycloak `__ and an external web service, OE2 is able to handle user permissions +and sharing of links to access a single study. This is demonstrated in this TBD sample. How to get it ? --------------- @@ -67,6 +69,7 @@ - Configure the side menu - Configure the actions available on the resources - Configure the columns of the main study list +- Configure `Keycloak `__ integration and :ref:`authorization plugin ` Advanced features @@ -163,12 +166,18 @@ and ``EnableModification`` configurations. +Retrieve a study from a distant modality and open the viewer +^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ -Roadmap -------- +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 +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. -A full list of `ideas` is stored directly in the repository's `TODO `__ +This feature has been introduced in v 0.7.0. Bug reports & support @@ -178,7 +187,7 @@ You may also directly introduce bugs or feature requests in `GitHub `__. -The plugin is currently maintained by Alain Mazy from `Orthanc.team `__ who, like many of you, enjoys -receiving a salary for his work. Feel free to hire him if you need a specific feature or bug fixed. +The plugin is currently maintained by the `Orthanc Team `__ who, like many of you, enjoys +receiving a salary for his work. Feel free to hire us if you need a specific feature or bug fixed. Donations to `Open Collective `__ may also be used to maintain/develop this plugin.