comparison Sphinx/source/plugins/worklists-plugin.rst @ 449:2922fb1bd65e

fix links
author Sebastien Jodogne <s.jodogne@gmail.com>
date Fri, 03 Jul 2020 09:33:10 +0200
parents d217af5e6cb3
children 4fff8fa6c2db
comparison
equal deleted inserted replaced
447:74fc0203d882 449:2922fb1bd65e
24 application can dynamically modify the content of this folder while 24 application can dynamically modify the content of this folder while
25 Orthanc is running to add/remove worklists. 25 Orthanc is running to add/remove worklists.
26 26
27 The source code of this sample plugin is `available in the source 27 The source code of this sample plugin is `available in the source
28 distribution of Orthanc 28 distribution of Orthanc
29 <https://hg.orthanc-server.com/orthanc/file/default/Plugins/Samples/ModalityWorklists/>`__ 29 <https://hg.orthanc-server.com/orthanc/file/default/OrthancServer/Plugins/Samples/ModalityWorklists/>`__
30 (GPLv3+ license). 30 (GPLv3+ license).
31 31
32 32
33 Basic configuration 33 Basic configuration
34 ------------------- 34 -------------------
57 } 57 }
58 } 58 }
59 59
60 The folder ``WorklistsDatabase`` of the `source distribution of 60 The folder ``WorklistsDatabase`` of the `source distribution of
61 Orthanc 61 Orthanc
62 <https://hg.orthanc-server.com/orthanc/file/default/Plugins/Samples/ModalityWorklists/>`__ 62 <https://hg.orthanc-server.com/orthanc/file/default/OrthancServer/Plugins/Samples/ModalityWorklists/>`__
63 contains a database of sample worklists, that comes from the DCMTK 63 contains a database of sample worklists, that comes from the DCMTK
64 source distribution, as described in the `FAQ entry #37 of the DCMTK 64 source distribution, as described in the `FAQ entry #37 of the DCMTK
65 project <https://forum.dcmtk.org/viewtopic.php?t=84>`__. 65 project <https://forum.dcmtk.org/viewtopic.php?t=84>`__.
66 66
67 67
71 .. highlight:: javascript 71 .. highlight:: javascript
72 72
73 - Download `DCMTK utilities 73 - Download `DCMTK utilities
74 <https://dicom.offis.de/download/dcmtk/release/bin/>`__. 74 <https://dicom.offis.de/download/dcmtk/release/bin/>`__.
75 - Download sample `worklist files 75 - Download sample `worklist files
76 <https://hg.orthanc-server.com/orthanc/file/default/Plugins/Samples/ModalityWorklists/>`__ 76 <https://hg.orthanc-server.com/orthanc/file/default/OrthancServer/Plugins/Samples/ModalityWorklists/>`__
77 from the Orthanc source code and copy them in a dedicated folder. 77 from the Orthanc source code and copy them in a dedicated folder.
78 - Generate the :ref:`default configuration of Orthanc <configuration>`. 78 - Generate the :ref:`default configuration of Orthanc <configuration>`.
79 - Enable the ModalityWorklist plugin in your configuration file by adding this section:: 79 - Enable the ModalityWorklist plugin in your configuration file by adding this section::
80 80
81 "Worklists" : { 81 "Worklists" : {
128 128
129 .. highlight:: bash 129 .. highlight:: bash
130 130
131 - Start with an existing worklist file, some samples of which can be 131 - Start with an existing worklist file, some samples of which can be
132 found in the `Orthanc source distribution 132 found in the `Orthanc source distribution
133 <https://hg.orthanc-server.com/orthanc/file/default/Plugins/Samples/ModalityWorklists/WorklistsDatabase/>`__ 133 <https://hg.orthanc-server.com/orthanc/file/default/OrthancServer/Plugins/Samples/ModalityWorklists/WorklistsDatabase/>`__
134 (with ``.wl`` file extensions). 134 (with ``.wl`` file extensions).
135 - The worklist file is a DICOM file. Dump its content as a text file 135 - The worklist file is a DICOM file. Dump its content as a text file
136 using ``dcmdump``:: 136 using ``dcmdump``::
137 137
138 dcmdump.exe wklist1.wl > sampleWorklist.txt 138 dcmdump.exe wklist1.wl > sampleWorklist.txt