# HG changeset patch # User Alain Mazy # Date 1461420647 -7200 # Node ID fe86363b3a214dd19346200e29a54bf482bfcdfb # Parent 9f07e8abf8c3ea63dfaeba0f0900a157e83844d6 added Worklist in FAQ diff -r 9f07e8abf8c3 -r fe86363b3a21 Sphinx/source/faq.rst --- a/Sphinx/source/faq.rst Sat Apr 23 16:10:28 2016 +0200 +++ b/Sphinx/source/faq.rst Sat Apr 23 16:10:47 2016 +0200 @@ -35,5 +35,6 @@ faq/https.rst faq/same-origin.rst faq/video.rst + faq/worklist.rst faq/viewers.rst faq/why-orthanc.rst diff -r 9f07e8abf8c3 -r fe86363b3a21 Sphinx/source/faq/worklist.rst --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/Sphinx/source/faq/worklist.rst Sat Apr 23 16:10:47 2016 +0200 @@ -0,0 +1,15 @@ +Does Orthanc support worklists? +============================== + +Orthanc partially supports the Dicom Modality Worklists (MWL) through +one of his `plugin `__. + +Thanks to this plugin, Orthanc can act as a worklist server (C-Find SCP) +and serve the worklists stored in a folder. + +However, Orthanc does not provide any functionality to generate the worklist files. +Usually, worklists are generated from HL7 messages or directly from a `RIS `__ +database. It's actually your responsibility to provide the worklist +generator. `dump2dcm `__ +might be very useful in this task. +