annotate Sphinx/source/plugins/orthanc-explorer-2.rst @ 867:888d6b29245a

faq: Can the Stone Web Viewer display DICOM-SR
author Sebastien Jodogne <s.jodogne@gmail.com>
date Fri, 15 Jul 2022 17:43:10 +0200
parents f58e423adc12
children 9447f34ff010
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
845
bf3946cb3ca0 Orthanc Explorer 2
Alain Mazy <am@osimis.io>
parents:
diff changeset
1 .. _orthanc-explorer-2:
bf3946cb3ca0 Orthanc Explorer 2
Alain Mazy <am@osimis.io>
parents:
diff changeset
2
bf3946cb3ca0 Orthanc Explorer 2
Alain Mazy <am@osimis.io>
parents:
diff changeset
3
bf3946cb3ca0 Orthanc Explorer 2
Alain Mazy <am@osimis.io>
parents:
diff changeset
4 Orthanc Explorer 2 plugin
bf3946cb3ca0 Orthanc Explorer 2
Alain Mazy <am@osimis.io>
parents:
diff changeset
5 =========================
bf3946cb3ca0 Orthanc Explorer 2
Alain Mazy <am@osimis.io>
parents:
diff changeset
6
bf3946cb3ca0 Orthanc Explorer 2
Alain Mazy <am@osimis.io>
parents:
diff changeset
7 .. contents::
bf3946cb3ca0 Orthanc Explorer 2
Alain Mazy <am@osimis.io>
parents:
diff changeset
8
bf3946cb3ca0 Orthanc Explorer 2
Alain Mazy <am@osimis.io>
parents:
diff changeset
9
bf3946cb3ca0 Orthanc Explorer 2
Alain Mazy <am@osimis.io>
parents:
diff changeset
10 Introduction
bf3946cb3ca0 Orthanc Explorer 2
Alain Mazy <am@osimis.io>
parents:
diff changeset
11 ------------
bf3946cb3ca0 Orthanc Explorer 2
Alain Mazy <am@osimis.io>
parents:
diff changeset
12
bf3946cb3ca0 Orthanc Explorer 2
Alain Mazy <am@osimis.io>
parents:
diff changeset
13 This plugin provides a new User Interface (UI) to Orthanc. It aims at being
bf3946cb3ca0 Orthanc Explorer 2
Alain Mazy <am@osimis.io>
parents:
diff changeset
14 more user-friendly, more configurable and more evolutive than the default
bf3946cb3ca0 Orthanc Explorer 2
Alain Mazy <am@osimis.io>
parents:
diff changeset
15 Orthanc UI which was developed mainly for testing/administrative purpose.
bf3946cb3ca0 Orthanc Explorer 2
Alain Mazy <am@osimis.io>
parents:
diff changeset
16
bf3946cb3ca0 Orthanc Explorer 2
Alain Mazy <am@osimis.io>
parents:
diff changeset
17 .. image:: ../images/OE2-screenshot-study-list.png
bf3946cb3ca0 Orthanc Explorer 2
Alain Mazy <am@osimis.io>
parents:
diff changeset
18 :align: center
bf3946cb3ca0 Orthanc Explorer 2
Alain Mazy <am@osimis.io>
parents:
diff changeset
19 :width: 1000px
bf3946cb3ca0 Orthanc Explorer 2
Alain Mazy <am@osimis.io>
parents:
diff changeset
20
bf3946cb3ca0 Orthanc Explorer 2
Alain Mazy <am@osimis.io>
parents:
diff changeset
21 |
bf3946cb3ca0 Orthanc Explorer 2
Alain Mazy <am@osimis.io>
parents:
diff changeset
22
bf3946cb3ca0 Orthanc Explorer 2
Alain Mazy <am@osimis.io>
parents:
diff changeset
23 Note that a major difference between the legacy UI and Orthanc Explorer 2 (OE2)
bf3946cb3ca0 Orthanc Explorer 2
Alain Mazy <am@osimis.io>
parents:
diff changeset
24 is that OE2 works only at the study level, not the patient level. The main page is
bf3946cb3ca0 Orthanc Explorer 2
Alain Mazy <am@osimis.io>
parents:
diff changeset
25 the study list in which, of course, you can apply a filter to display only the studies of a single patient.
bf3946cb3ca0 Orthanc Explorer 2
Alain Mazy <am@osimis.io>
parents:
diff changeset
26
bf3946cb3ca0 Orthanc Explorer 2
Alain Mazy <am@osimis.io>
parents:
diff changeset
27
bf3946cb3ca0 Orthanc Explorer 2
Alain Mazy <am@osimis.io>
parents:
diff changeset
28 How to get it ?
bf3946cb3ca0 Orthanc Explorer 2
Alain Mazy <am@osimis.io>
parents:
diff changeset
29 ---------------
bf3946cb3ca0 Orthanc Explorer 2
Alain Mazy <am@osimis.io>
parents:
diff changeset
30
bf3946cb3ca0 Orthanc Explorer 2
Alain Mazy <am@osimis.io>
parents:
diff changeset
31 The source code is available on `GitHub <https://github.com/orthanc-server/orthanc-explorer-2>`__.
bf3946cb3ca0 Orthanc Explorer 2
Alain Mazy <am@osimis.io>
parents:
diff changeset
32
bf3946cb3ca0 Orthanc Explorer 2
Alain Mazy <am@osimis.io>
parents:
diff changeset
33 Binaries are included in:
bf3946cb3ca0 Orthanc Explorer 2
Alain Mazy <am@osimis.io>
parents:
diff changeset
34
bf3946cb3ca0 Orthanc Explorer 2
Alain Mazy <am@osimis.io>
parents:
diff changeset
35 - The `osimis/orthanc Docker image <https://hub.docker.com/r/osimis/orthanc>`__
bf3946cb3ca0 Orthanc Explorer 2
Alain Mazy <am@osimis.io>
parents:
diff changeset
36 - The `Windows Installer <https://orthanc.osimis.io/win-installer/OrthancInstaller-Win64-latest.exe>`__ (only for 64bits platform)
bf3946cb3ca0 Orthanc Explorer 2
Alain Mazy <am@osimis.io>
parents:
diff changeset
37 - The `MacOS packages <https://orthanc.osimis.io/osx/stable/orthancAndPluginsOSX.stable.zip>`__
bf3946cb3ca0 Orthanc Explorer 2
Alain Mazy <am@osimis.io>
parents:
diff changeset
38
bf3946cb3ca0 Orthanc Explorer 2
Alain Mazy <am@osimis.io>
parents:
diff changeset
39 Release notes are available `here <https://github.com/orthanc-server/orthanc-explorer-2/blob/master/release-notes.md>`__.
bf3946cb3ca0 Orthanc Explorer 2
Alain Mazy <am@osimis.io>
parents:
diff changeset
40
bf3946cb3ca0 Orthanc Explorer 2
Alain Mazy <am@osimis.io>
parents:
diff changeset
41 Depending on the configuration, the plugin can replace the default Orthanc UI you are redirected to when accessing orthanc at `http://localhost:8042/ <http://localhost:8042/>`__.
bf3946cb3ca0 Orthanc Explorer 2
Alain Mazy <am@osimis.io>
parents:
diff changeset
42 In any case, the new and old UI can coexist:
bf3946cb3ca0 Orthanc Explorer 2
Alain Mazy <am@osimis.io>
parents:
diff changeset
43
bf3946cb3ca0 Orthanc Explorer 2
Alain Mazy <am@osimis.io>
parents:
diff changeset
44 - Orthanc Explorer 2 is available at `http://localhost:8042/ui/app/ <http://localhost:8042/ui/app/>`__
bf3946cb3ca0 Orthanc Explorer 2
Alain Mazy <am@osimis.io>
parents:
diff changeset
45 - Legacy UI remains available at `http://localhost:8042/app/explorer.html <http://localhost:8042/app/explorer.html>`__
bf3946cb3ca0 Orthanc Explorer 2
Alain Mazy <am@osimis.io>
parents:
diff changeset
46
bf3946cb3ca0 Orthanc Explorer 2
Alain Mazy <am@osimis.io>
parents:
diff changeset
47
bf3946cb3ca0 Orthanc Explorer 2
Alain Mazy <am@osimis.io>
parents:
diff changeset
48 Configuration
bf3946cb3ca0 Orthanc Explorer 2
Alain Mazy <am@osimis.io>
parents:
diff changeset
49 -------------
bf3946cb3ca0 Orthanc Explorer 2
Alain Mazy <am@osimis.io>
parents:
diff changeset
50
bf3946cb3ca0 Orthanc Explorer 2
Alain Mazy <am@osimis.io>
parents:
diff changeset
51 .. highlight:: json
bf3946cb3ca0 Orthanc Explorer 2
Alain Mazy <am@osimis.io>
parents:
diff changeset
52
bf3946cb3ca0 Orthanc Explorer 2
Alain Mazy <am@osimis.io>
parents:
diff changeset
53 The plugin must be configured through a configuration file. The minimal configuration to include in your orthanc configuration file is::
bf3946cb3ca0 Orthanc Explorer 2
Alain Mazy <am@osimis.io>
parents:
diff changeset
54
bf3946cb3ca0 Orthanc Explorer 2
Alain Mazy <am@osimis.io>
parents:
diff changeset
55 "OrthancExplorer2" : {
bf3946cb3ca0 Orthanc Explorer 2
Alain Mazy <am@osimis.io>
parents:
diff changeset
56 "Enable": true,
bf3946cb3ca0 Orthanc Explorer 2
Alain Mazy <am@osimis.io>
parents:
diff changeset
57 "IsDefaultOrthancUI": true
bf3946cb3ca0 Orthanc Explorer 2
Alain Mazy <am@osimis.io>
parents:
diff changeset
58 }
bf3946cb3ca0 Orthanc Explorer 2
Alain Mazy <am@osimis.io>
parents:
diff changeset
59
bf3946cb3ca0 Orthanc Explorer 2
Alain Mazy <am@osimis.io>
parents:
diff changeset
60 There are many more options that are documented in the
bf3946cb3ca0 Orthanc Explorer 2
Alain Mazy <am@osimis.io>
parents:
diff changeset
61 `default configuration file <https://github.com/orthanc-server/orthanc-explorer-2/blob/master/Plugin/DefaultConfiguration.json>`__.
bf3946cb3ca0 Orthanc Explorer 2
Alain Mazy <am@osimis.io>
parents:
diff changeset
62
bf3946cb3ca0 Orthanc Explorer 2
Alain Mazy <am@osimis.io>
parents:
diff changeset
63 Main features you can configure:
bf3946cb3ca0 Orthanc Explorer 2
Alain Mazy <am@osimis.io>
parents:
diff changeset
64
bf3946cb3ca0 Orthanc Explorer 2
Alain Mazy <am@osimis.io>
parents:
diff changeset
65 - Root URL
867
888d6b29245a faq: Can the Stone Web Viewer display DICOM-SR
Sebastien Jodogne <s.jodogne@gmail.com>
parents: 849
diff changeset
66 - Whether OE2 becomes the default Orthanc UI
845
bf3946cb3ca0 Orthanc Explorer 2
Alain Mazy <am@osimis.io>
parents:
diff changeset
67 - Configure the side menu
bf3946cb3ca0 Orthanc Explorer 2
Alain Mazy <am@osimis.io>
parents:
diff changeset
68 - Configure the actions available on the resources
bf3946cb3ca0 Orthanc Explorer 2
Alain Mazy <am@osimis.io>
parents:
diff changeset
69 - Configure the columns of the main study list
bf3946cb3ca0 Orthanc Explorer 2
Alain Mazy <am@osimis.io>
parents:
diff changeset
70
bf3946cb3ca0 Orthanc Explorer 2
Alain Mazy <am@osimis.io>
parents:
diff changeset
71
bf3946cb3ca0 Orthanc Explorer 2
Alain Mazy <am@osimis.io>
parents:
diff changeset
72 Advanced features
bf3946cb3ca0 Orthanc Explorer 2
Alain Mazy <am@osimis.io>
parents:
diff changeset
73 -----------------
bf3946cb3ca0 Orthanc Explorer 2
Alain Mazy <am@osimis.io>
parents:
diff changeset
74
bf3946cb3ca0 Orthanc Explorer 2
Alain Mazy <am@osimis.io>
parents:
diff changeset
75 You may open the OE2 interface directly on a specific study or patient by specifying DICOM Tags directly in the URL.
bf3946cb3ca0 Orthanc Explorer 2
Alain Mazy <am@osimis.io>
parents:
diff changeset
76 e.g::
bf3946cb3ca0 Orthanc Explorer 2
Alain Mazy <am@osimis.io>
parents:
diff changeset
77
bf3946cb3ca0 Orthanc Explorer 2
Alain Mazy <am@osimis.io>
parents:
diff changeset
78 http://localhost:8042/ui/app/#/filtered-studies?PatientID=00000169
bf3946cb3ca0 Orthanc Explorer 2
Alain Mazy <am@osimis.io>
parents:
diff changeset
79 http://localhost:8042/ui/app/#/filtered-studies?StudyDate=20220512-20220513&ModalitiesInStudy=CR\DX
849
f58e423adc12 doc oe2: expand
Alain Mazy <am@osimis.io>
parents: 845
diff changeset
80 http://localhost:8042/ui/app/#/filtered-studies?StudyInstanceUID=1.2.3
f58e423adc12 doc oe2: expand
Alain Mazy <am@osimis.io>
parents: 845
diff changeset
81 http://localhost:8042/ui/app/#/filtered-studies?StudyInstanceUID=1.2.3&expand
f58e423adc12 doc oe2: expand
Alain Mazy <am@osimis.io>
parents: 845
diff changeset
82 http://localhost:8042/ui/app/#/filtered-studies?StudyInstanceUID=1.2.3&expand=study
f58e423adc12 doc oe2: expand
Alain Mazy <am@osimis.io>
parents: 845
diff changeset
83 http://localhost:8042/ui/app/#/filtered-studies?StudyInstanceUID=1.2.3&expand=series
845
bf3946cb3ca0 Orthanc Explorer 2
Alain Mazy <am@osimis.io>
parents:
diff changeset
84
bf3946cb3ca0 Orthanc Explorer 2
Alain Mazy <am@osimis.io>
parents:
diff changeset
85
bf3946cb3ca0 Orthanc Explorer 2
Alain Mazy <am@osimis.io>
parents:
diff changeset
86
bf3946cb3ca0 Orthanc Explorer 2
Alain Mazy <am@osimis.io>
parents:
diff changeset
87 Roadmap
bf3946cb3ca0 Orthanc Explorer 2
Alain Mazy <am@osimis.io>
parents:
diff changeset
88 -------
bf3946cb3ca0 Orthanc Explorer 2
Alain Mazy <am@osimis.io>
parents:
diff changeset
89
bf3946cb3ca0 Orthanc Explorer 2
Alain Mazy <am@osimis.io>
parents:
diff changeset
90 Main elements of the roadmap are listed hereunder (not in the order of implementation):
bf3946cb3ca0 Orthanc Explorer 2
Alain Mazy <am@osimis.io>
parents:
diff changeset
91
bf3946cb3ca0 Orthanc Explorer 2
Alain Mazy <am@osimis.io>
parents:
diff changeset
92 - Multiple language support
bf3946cb3ca0 Orthanc Explorer 2
Alain Mazy <am@osimis.io>
parents:
diff changeset
93 - Mobile friendly
bf3946cb3ca0 Orthanc Explorer 2
Alain Mazy <am@osimis.io>
parents:
diff changeset
94 - Allow edition of DICOM Tags
bf3946cb3ca0 Orthanc Explorer 2
Alain Mazy <am@osimis.io>
parents:
diff changeset
95 - Query-retrieve interface for dicom-web servers & remote DICOM servers
bf3946cb3ca0 Orthanc Explorer 2
Alain Mazy <am@osimis.io>
parents:
diff changeset
96 - Open other viewers from UI (Radiant, Osirix, MedDream, OHIF, ...)
bf3946cb3ca0 Orthanc Explorer 2
Alain Mazy <am@osimis.io>
parents:
diff changeset
97
bf3946cb3ca0 Orthanc Explorer 2
Alain Mazy <am@osimis.io>
parents:
diff changeset
98 A full list of `ideas` is stored directly in the repository's `TODO <https://github.com/orthanc-server/orthanc-explorer-2/blob/master/TODO>`__
bf3946cb3ca0 Orthanc Explorer 2
Alain Mazy <am@osimis.io>
parents:
diff changeset
99
bf3946cb3ca0 Orthanc Explorer 2
Alain Mazy <am@osimis.io>
parents:
diff changeset
100
bf3946cb3ca0 Orthanc Explorer 2
Alain Mazy <am@osimis.io>
parents:
diff changeset
101 Bug reports & support
bf3946cb3ca0 Orthanc Explorer 2
Alain Mazy <am@osimis.io>
parents:
diff changeset
102 ---------------------
bf3946cb3ca0 Orthanc Explorer 2
Alain Mazy <am@osimis.io>
parents:
diff changeset
103
bf3946cb3ca0 Orthanc Explorer 2
Alain Mazy <am@osimis.io>
parents:
diff changeset
104 As usual, you can get support and report issues from the `Orthanc Users group <https://groups.google.com/g/orthanc-users>`__.
bf3946cb3ca0 Orthanc Explorer 2
Alain Mazy <am@osimis.io>
parents:
diff changeset
105
bf3946cb3ca0 Orthanc Explorer 2
Alain Mazy <am@osimis.io>
parents:
diff changeset
106 You may also directly introduce bugs or feature requests in `GitHub <https://github.com/orthanc-server/orthanc-explorer-2/issues>`__.
bf3946cb3ca0 Orthanc Explorer 2
Alain Mazy <am@osimis.io>
parents:
diff changeset
107
bf3946cb3ca0 Orthanc Explorer 2
Alain Mazy <am@osimis.io>
parents:
diff changeset
108 The plugin is currently maintained by Alain Mazy from `Orthanc.team <https://orthanc.team/>`__ who, like many of you, enjoys
bf3946cb3ca0 Orthanc Explorer 2
Alain Mazy <am@osimis.io>
parents:
diff changeset
109 receiving a salary for his work. Feel free to hire him if you need a specific feature or bug fixed.
bf3946cb3ca0 Orthanc Explorer 2
Alain Mazy <am@osimis.io>
parents:
diff changeset
110
bf3946cb3ca0 Orthanc Explorer 2
Alain Mazy <am@osimis.io>
parents:
diff changeset
111 Donations to `Open Collective <https://opencollective.com/orthanc>`__ may also be used to maintain/develop this plugin.