comparison Sphinx/source/plugins/worklists-plugin.rst @ 42:a52f1dc48ebc

GNU/Linux
author Sebastien Jodogne <s.jodogne@gmail.com>
date Fri, 16 Sep 2016 09:14:59 +0200
parents 93bbfaf0e62c
children a3df3c2b68cf
comparison
equal deleted inserted replaced
41:1c8aaaea72b2 42:a52f1dc48ebc
41 41
42 - Add the plugin to the list of plugins to load (this is an example for Windows):: 42 - Add the plugin to the list of plugins to load (this is an example for Windows)::
43 43
44 "Plugins" : [ 44 "Plugins" : [
45 "OsimisWebViewer.dll", 45 "OsimisWebViewer.dll",
46 "ModalityWorklists.dll" // on Linux, use ModalityWorklists.so 46 "ModalityWorklists.dll" // on GNU/Linux, use ModalityWorklists.so
47 ], 47 ],
48 48
49 - Add the findscu utility to the list of know modalities (considering findscu and Orthanc runs on the same machine):: 49 - Add the findscu utility to the list of know modalities (considering findscu and Orthanc runs on the same machine)::
50 50
51 "DicomModalities" : { 51 "DicomModalities" : {