Versions Compared

Key

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

This page describes how to add a button to launch Weasis install Weasis.

Weasis is launched from the dcm4chee administrative web interface, as shown in the pictures below. It may also be copied to a CD with images.

Gallery
includedcm4chee.png,screen1b.png
pageHome

...

For dcm4chee-web3 (new web interface)

  • Install dcm4chee-web3 (must be installed only from dcm4chee, if needed. The latest version and installation instructions can be found here.
    • dcm4chee-web3 is not compatible with versions of dcm4chee before 2.16.0
    • dcm4chee 2.16.0 to 2.17.0
    , nothing to do from
    • are compatible with dcm4chee-web3, but the older dcm4chee-web is installed by default.
    • For dcm4chee 2.17.1
    )Download at
    • +, dcm4chee-web3 is already installed. To check if it is the latest version, start dcm4chee-web3 (http://
    sourceforge.net/projects/dcm4che/files/Weasis/
    • The last Weasis version: weasis.war
    • The Weasis internationalization (translation): localhost:8080/dcm4chee-web3/), log in, and mouse over the dcm4chee.org icon in the upper right corner.
  • Go here and download these Weasis files.
    • weasis.war
    • weasis-i18n.war - Optional for internationalization (optionaltranslation)
    • The dcm4chee-web3/dcm4chee-web-weasis.jarThe
    • dcm4chee-web3/weasis-pacs-connector.war
      Some browsers (Internet Explorer) may rename war files to zip. If so, use the Save As option when downloading. Change the name back to war.
  • Place these files into in the dcm4chee deploy folder (server/default/deploy/) of dcm4chee.
  • To activate Weasis, go in to the JMX console (at http://localhost:8080/jmx-console of dcm4chee: )
    • In dcm4chee.web select service=WebConfig and set these two values:
      WebviewerNames = weasis
      WebviewerBaseUrl = NONE
    • Click on the Apply Changes button

...

  • Configure Weasis
    The default configuration of Weasis is stored in two files inside weasis.war.
    To override the default configuration

...

  • ,
    • Go here.
      Select the latest version and navigate to src/main/resources
      Download weasis-connector-default.properties and rename it weasis-pacs-connector

...

    • .properties
      Download weasis-jnlp-default.xml and rename it weasis-jnlp.xml
    • Copy the files to the classpath. The best location would typically be server/default/conf

...

    • .
    • Edit the configuration as needed.
      For example, dcm4chee may be running on a different computer than Weasis, or the AE Title of dcm4chee may have been been changed.
      If so, edit weasis-pacs-connector.properties. Change pacs.host, pacs.port, and pacs.aet.
      Changes to weasis-jnlp.xml

...

    • are needed less often.

That's all, now restart dcm4chee and launch Weasis from the dcm4chee-web3 portal.

...