Mercurial > hg > orthanc-book
changeset 6:3aca37cc50c9
Merged in dev (pull request #1)
Worklist in FAQ
author | sjodogne <s.jodogne@gmail.com> |
---|---|
date | Mon, 25 Apr 2016 09:34:12 +0200 |
parents | 3405c25deb53 (current diff) fe86363b3a21 (diff) |
children | 485504440bea |
files | |
diffstat | 4 files changed, 31 insertions(+), 0 deletions(-) [+] |
line wrap: on
line diff
--- /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
--- /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
--- 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
--- /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 <https://bitbucket.org/sjodogne/orthanc/src/Orthanc-1.0.0/Plugins/Samples/ModalityWorklists/>`__. + +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 <https://en.wikipedia.org/wiki/Radiology_information_system>`__ +database. It's actually your responsibility to provide the worklist +generator. `dump2dcm <http://support.dcmtk.org/docs/dump2dcm.html>`__ +might be very useful in this task. +