comparison Sphinx/source/plugins/worklists-plugin.rst @ 1004:17bf6fafb884

added links to uclouvain
author Sebastien Jodogne <s.jodogne@gmail.com>
date Wed, 20 Dec 2023 08:12:21 +0100
parents 1316bc62b5d5
children 683f238333cf
comparison
equal deleted inserted replaced
1003:5c7838bfb18d 1004:17bf6fafb884
90 90
91 - Add the plugin to the list of plugins to load (this is an example 91 - Add the plugin to the list of plugins to load (this is an example
92 for Microsoft Windows):: 92 for Microsoft Windows)::
93 93
94 "Plugins" : [ 94 "Plugins" : [
95 "OsimisWebViewer.dll", 95 "StoneWebViewer.dll",
96 "ModalityWorklists.dll" // On GNU/Linux, use libModalityWorklists.so 96 "ModalityWorklists.dll" // On GNU/Linux, use libModalityWorklists.so
97 ], 97 ],
98 98
99 - The tests below will be done using the ``findscu`` command-line tool 99 - The tests below will be done using the ``findscu`` command-line tool
100 from the `DCMTK utilities 100 from the `DCMTK utilities