Orthanc + DICOM-web = Weasis

Hello,

If you want to connect Weasis to Orthanc using DICOMweb, please read their documentation: DICOMWeb Import :: Weasis Documentation

Here is a minimal working Orthanc configuration (no configuration option is needed, except to load the DICOMweb plugin):

{
  "Plugins" : [ "./libOrthancDicomWeb.so" ]
}

Weasis configuration:

Definition of the so-called “WEB Node” for Orthanc:

Finally, executing the query-retrieve using DICOMweb:

This directly works on the localhost (i.e., when both Weasis and Orthanc run on the same computer). For query/retrieve over Internet, adapt the URL in the Weasis preferences and make sure that security is properly configured.

Regards,
Sébastien-