comparison Sphinx/source/faq/worklist.rst @ 5:fe86363b3a21 dev

added Worklist in FAQ
author Alain Mazy <alain@mazy.be>
date Sat, 23 Apr 2016 16:10:47 +0200
parents
children 485504440bea
comparison
equal deleted inserted replaced
4:9f07e8abf8c3 5:fe86363b3a21
1 Does Orthanc support worklists?
2 ==============================
3
4 Orthanc partially supports the Dicom Modality Worklists (MWL) through
5 one of his `plugin <https://bitbucket.org/sjodogne/orthanc/src/Orthanc-1.0.0/Plugins/Samples/ModalityWorklists/>`__.
6
7 Thanks to this plugin, Orthanc can act as a worklist server (C-Find SCP)
8 and serve the worklists stored in a folder.
9
10 However, Orthanc does not provide any functionality to generate the worklist files.
11 Usually, worklists are generated from HL7 messages or directly from a `RIS <https://en.wikipedia.org/wiki/Radiology_information_system>`__
12 database. It's actually your responsibility to provide the worklist
13 generator. `dump2dcm <http://support.dcmtk.org/docs/dump2dcm.html>`__
14 might be very useful in this task.
15