1

I am looking for a free RIS which can take DICOM MWL request. I am wondering whether ClearCanvas open source RIS can do this or not? Thanks

peterboston
  • 877
  • 1
  • 12
  • 24
  • If you are looking for a MWL/MPPS Server (SCP) to test your client (SCU) functionalities, you can download our fully functional 60 day evaluation SDK from our LEADTOOLS.com site. This will require access to a SQL Server (express will do) and you can use the PACS Config demo to configure the MWL Server. – LEADTOOLS Support Jun 08 '16 at 19:34

2 Answers2

2

The ClearCanvas open source RIS does not include a DICOM MWL Server. The database includes the information for a worklist, but there is not an implementation. In the DICOM library, there are some support classes available for MWL, but no official implementation.

Steve Wranovsky
  • 5,503
  • 4
  • 34
  • 52
1

On github have the project of ClearCanvas(https://github.com/ClearCanvas/ClearCanvas), in this file (https://github.com/ClearCanvas/ClearCanvas/blob/master/Dicom/Network/Scu/ModalityWorklistScu.cs) have a implementation of Modality Worklist, however, I don't know if was fully implemented.

  • FYI, this source file is for a Modality Worklist SCU (client), and not for a server. So, it would not be of use in the context of this question. – Steve Wranovsky Feb 14 '17 at 14:54