Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

Table of Contents
minLevel3
outlinefalse
indent0px

Why the Weasis license is Eclipse Public License?

...

For more information about EPL, check out the EPL FAQ or the video “Managing Open Source Legal Issues”.

How to start Weasis automatically

...

With recent Firefox and Internet Explorer versions, Weasis should launch automatically when clicking on an JavaTM Web Start file (*.jnlp).

In Google Chrome (for all the systems) to always open certain types of files after they're done downloading, click the arrow next to the file button in the downloads bar and select Always open files of this type.

In Safari, select the Safari/Preferences menu item, then select the General preferences and after check the open safe files after downloading option.

from a web page without downloading jnlp?

From  the Oracle Java Runtime 8 update 111, it is possible to launch a Java Webstart application from the jnlp protocol. See the new way of launching Java Westart with weasis-pacs-connector.


Can Weasis be incorporated in DICOM CDs ?

Yes, the Weasis portable version can be copied in DICOM CD-ROMs or other removable media as a multi-platform stand-alone viewer with launchers for MacOSXMac OS X, Linux and Windows. The viewer requires that a Java Runtime Environment (JRE 6 update 10 8 or greater) be installed on the machine to run. If Java is not installed on Windows, a dialog will propose to install it from the Internet.

...

  • From Weasis 1.1.2, logging can be activated from File > Preferences > General
  • The default logging configuration comes from config.properties or ext-config.properties (overriding) located in the /weasis/conf directory of weasis portable or in the conf directory of weasis.war. Adapt the following lines:

    Code Block
    
    ###### Set the logging levels for OSGI framework  0=None / 1(default)=Error / 2=Warning / 3=Information / 4=Debug
    felix.log.level=1
    
    ##### This may be any of the defined logging levels TRACE, DEBUG, INFO, WARN, ERROR and FATAL.
    org.apache.sling.commons.log.level=DEBUGINFO
    org#org.apache.sling.commons.log.file=${dollar}{felix.cache.rootdir}/.weasis/log/default.log
    org#org.apache.sling.commons.log.file.number=5
    org#org.apache.sling.commons.log.file.size=10MB
    ###### {0} The timestamp of type java.util.Date, {1} the log marker, {2} the name of the current thread, {3} the name of the logger, {4} the debug level and {5} the actual debug message.
    org#org.apache.sling.commons.log.pattern={0,date,dd.MM.yyyy HH:mm:ss.SSS} *{4}* [{2}] {3}: {5}
    
    


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

...