Mercurial > hg > orthanc-book
changeset 5:fe86363b3a21 dev
added Worklist in FAQ
author | Alain Mazy <alain@mazy.be> |
---|---|
date | Sat, 23 Apr 2016 16:10:47 +0200 |
parents | 9f07e8abf8c3 |
children | 3aca37cc50c9 8a03c2bce777 |
files | Sphinx/source/faq.rst Sphinx/source/faq/worklist.rst |
diffstat | 2 files changed, 16 insertions(+), 0 deletions(-) [+] |
line wrap: on
line diff
--- 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
--- /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 <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. +