1
votes

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

2
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

2 Answers

2
votes

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.

1
votes

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.