# HG changeset patch # User sjodogne # Date 1461569652 -7200 # Node ID 3aca37cc50c93829f7af1b1f8a90836c8db0a90a # Parent 3405c25deb5364b6ef542b8932845ac1dce2e3d7# Parent fe86363b3a214dd19346200e29a54bf482bfcdfb Merged in dev (pull request #1) Worklist in FAQ diff -r 3405c25deb53 -r 3aca37cc50c9 .hgignore --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/.hgignore Mon Apr 25 09:34:12 2016 +0200 @@ -0,0 +1,2 @@ +Sphinx/build +Sphinx/env \ No newline at end of file diff -r 3405c25deb53 -r 3aca37cc50c9 Sphinx/requirements.txt --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/Sphinx/requirements.txt Mon Apr 25 09:34:12 2016 +0200 @@ -0,0 +1,13 @@ +alabaster==0.7.7 +Babel==2.3.4 +colorama==0.3.7 +docutils==0.12 +imagesize==0.7.1 +Jinja2==2.8 +MarkupSafe==0.23 +Pygments==2.1.3 +pytz==2016.4 +six==1.10.0 +snowballstemmer==1.2.1 +Sphinx==1.4.1 +sphinx-bootstrap-theme==0.4.9 diff -r 3405c25deb53 -r 3aca37cc50c9 Sphinx/source/faq.rst --- a/Sphinx/source/faq.rst Fri Apr 22 15:51:17 2016 +0200 +++ b/Sphinx/source/faq.rst Mon Apr 25 09:34:12 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 3405c25deb53 -r 3aca37cc50c9 Sphinx/source/faq/worklist.rst --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/Sphinx/source/faq/worklist.rst Mon Apr 25 09:34:12 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. +