Versions Compared

Key

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



Wiki Markup
{style}
.panel {-moz-border-radius: 7px;
border-radius: 7px;}
.panelMacro table {-moz-border-radius: 15px;
border-radius: 15px;}
{style}



Panel
borderWidth2
borderStylesolid

This page describes how to 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 (or other removable device) with images.

Table of Contents
 

Gallery
includedcm4chee-arc-light.png,weasis-dcm4chee-web3.png
pageHome

...

,dcm4chee.png

For dcm4chee-arc-light

Install dcm4chee, if not already done.

Go here and download these Weasis files.

  • From the folder with the latest version number:
    • weasis.war
    • weasis-i18n.war (Optional for internationalization)
  • From weasis-pacs-connector folder:
    • weasis-pacs-connector.war

Note
titleDownload issue

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.

dcm4chee-arc4 does not have a web interface yet. However Weasis can be launched via weasis-pacs-connector, see configuration of weasis-pacs-connector for dcm4chee-arc.

...

  • Configure Weasis (This step is optional if you just want to keep the default configuration. It is required when the AE Title DCM4CHEE has been changed)
    The default configuration of Weasis is stored in two files inside weasis.war.
    To override the default configuration:
    • Go here.
      weasis-pacs-connector 4.x and 5.x: Download weasis-connector-default.properties and rename it weasis-pacs-connector.properties

      weasis-pacs-connector 6.x and superior: Download the current weasis-connector-default.properties and rename it weasis-pacs-connector.properties, and download dicom-dcm4chee.properties

      Note
      titleDownload issue

      From github interface, click on "raw" button for downloading the file with the "save as..." menu of the browser.


    • Copy the files into a folder in the classpath of the servlet container. In JBoss (inferior to version 7), 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 changed.
      If so, edit weasis-pacs-connector.properties. Change pacs.host, pacs.port, and pacs.aet.
    • To add new properties or arguments in the JNLP file, see configuration of weasis-pacs-connector

...