5
|
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
|