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
1
votes
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
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.