does ClearCanvas RIS take DICOM MWL request?

791 Views Asked by At

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

There are 2 best solutions below

0
Steve Wranovsky On BEST ANSWER

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
AudioBubble On

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.