# HG changeset patch # User Sebastien Jodogne # Date 1479816195 -3600 # Node ID 42764dcd3a410bcdab89fab0f5361c762491d45d # Parent 13a9f265d5d35f74fd954dfc302df53ad7aaecba migrate the doc of ModalityWorklists to Orthanc Book diff -r 13a9f265d5d3 -r 42764dcd3a41 Plugins/Samples/ModalityWorklists/README --- a/Plugins/Samples/ModalityWorklists/README Tue Nov 22 12:25:43 2016 +0100 +++ b/Plugins/Samples/ModalityWorklists/README Tue Nov 22 13:03:15 2016 +0100 @@ -4,57 +4,8 @@ This sample plugin enables Orthanc to serve DICOM modality worklists that are read from some folder. -Whenever a C-Find SCP request is issued to Orthanc, it will read the -content of this folder to locate the worklists that match the request. -An external application can dynamically modify the content of this -folder while Orthanc is running to add/remove worklists. - -This sample mimics the behavior of the "wlmscpfs" tool from the -DCMTK package: -http://support.dcmtk.org/docs/wlmscpfs.html - - -Compilation for Linux -===================== - -# mkdir Build -# cd Build -# cmake .. -# make - - -Cross-compilation for Windows using MinGW -========================================= - -# mkdir Build -# cd Build -# cmake .. -DCMAKE_TOOLCHAIN_FILE=../../../Resources/MinGWToolchain.cmake -# make +The shared library containing the plugin is created as part of the +build process of Orthanc. - -Configuration -============= - -First, generate the default configuration of Orthanc: -https://orthanc.chu.ulg.ac.be/book/users/configuration.html - -Then, modify the "Plugins" option to point to the folder containing -the built plugins. Finally, create a section "ModalityWorklists" in -the configuration file to configure the worklist server. If using the -build commands above, a sample configuration would read as follows: - -{ - [...] - "Plugins" : [ - "." - ], - "Worklists" : { - "Enable": true, - "Database": "../WorklistsDatabase" - } -} - -The folder "WorklistsDatabase" contains a database of sample -worklists, that come from the DCMTK source distribution, as described -in the FAQ entry #37 of the DCMTK project: -http://forum.dcmtk.org/viewtopic.php?t=84 +Documentation is available in the Orthanc Book: +http://book.orthanc-server.com/plugins/worklists-plugin.html