FAQs

Frequently Asked Questions

What is Weasis?

Weasis is a standalone and web-based software for visualizing and analyzing images obtained from medical imaging equipment according to the DICOM standard, see Weasis Medical Viewer.

I have questions, what can I do?

For general questions, you can use the forum or the GitHub discussions.

On this website you should find help if you are:

Can Weasis be used for commercial purposes?

Weasis can be used for commercial purposes as long as the terms of the license are respected.

How to Cite Weasis in a publication?

Items to include in the citation:

Example: Roduit, N. Weasis DICOM viewer. Version 4.1.0. https://github.com/nroduit/Weasis (accessed 5 April 2023).

Why is the Weasis license Eclipse Public License?

The Eclipse Public License is an OSI approved license and a commercially friendly copyleft license.

EPL is more business-friendly about some patent retaliation and reverse engineering clauses than LGPL. With EPL, derivative work (weasis plugin) can be distributed in any license type: open source, freeware, commercial… However, if you distribute Weasis with some modifications (changing existing source code of the open source Weasis plug-ins), even if it is a free distribution, you are obligated to make your modifications available to others.

For more information about EPL, check out the EPL 2 FAQ.

Note that since version 3.7.0 the source code is released in dual license mode (EPL-2.0 OR Apache-2.0). This allows the user to choose one of these two licenses.

Can Weasis be incorporated in DICOM CDs or other removable media?

Yes, Weasis can be embedded in a DICOM CD but only on Windows. On other platforms it is possible to create a DCOM CD but without the viewer. See DICOM Export CD/DVD Image.

How to enable Weasis logging?

The rolling log system must be enabled in the preferences to trace all Weasis activities. For more details, see How to configure and view log files.

Is it possible to download DICOM files without having a WADO server?

Yes, but a WADO server is recommended. Downloading DICOMs can be achieved by:

  • Building an XML file by using DirectDownloadFile and DirectDownloadThumbnail:
  • Adding the following command:
    $dicom:get -r "http://external.server/images/MRIX_LUMBAR/img1.dcm http://external.server/images/img2.dcm"
    Note: This option must be used only for a very limited number of files.