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}

...

    • Select the “Deployments” tab
    • Add the .war files using the “Add” button (Choose Upload a new deployment)


  • 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 changedRequired to change WADO configuration)
    The default configuration of Weasis is stored in two files inside weasis.war.
    To override the default configuration:
    • Go here.

      Requires 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 (configuration of the dcm4chee archive)

      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/confwildfly/standalone/configuration (use "jboss.server.config.dir" to locate files).
    • Edit the configuration as needed.
      As the current configuration of dicom-dcm4chee.properties is defined for dcm4chee-web3, it is necessary to modify the WADO property by: arc.wado.url=${server.base.url}/dcm4chee-arc/aets/DCM4CHEE/wado
      For example, dcm4chee may be running on a different computer than Weasis, or the AE Title of dcm4chee may have been changed.
      If  If so, edit weasis-pacs-connector.properties or dicom-dcm4chee.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

...

  • To activate Weasis in dcm4chee-arc-light user interface, you need need to import 2 attributes in the LDAP configuration
    • From a LDAP manager (like Apache Directory Studio)

      1. Connect with the dcm4chee configuration
      2. Import weasis.ldif

        Note
        titleweasis-pacs-connector configuration

        The weasis.ldif configuration is suitable for the default relative path (when weasis-pacs-connector is installed in the same JBoss as dcm4chee)
        Otherwise edit weasis.ldif file and change the relative URL by an absolute value, ex: http://myserver.com:8087/weasis-pacs-connector


    • Restart all the components (ex. docker restart postgres slapd dcm4chee-arc)
    • Refresh the web page and the view button should appears as in the screenshot above


Anchor
web3
web3

For dcm4chee-web3

...

  • Install dcm4chee, if not already done.
    • dcm4chee-web3 is not compatible with versions of dcm4chee before 2.16.0
    • dcm4chee 2.16.0 to 2.17.0 are compatible with dcm4chee-web3, but the older dcm4chee-web is installed by default.
    • For dcm4chee 2.17.1+, dcm4chee-web3 is already installed.

      Tip

      To check if it is the latest version, start dcm4chee-web3 (http://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.
    • From the folder with the latest version number:
      • weasis.war
      • weasis-i18n.war - Optional for internationalization (translation)
    • From weasis-pacs-connector folder:
      • dcm4chee-web-weasis.jar
      • 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.


...

  • 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 (configuration of the dcm4chee archive)

      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 or dicom-dcm4chee.properties for weasis-pacs-connector 6.x. Change pacs.host, pacs.port, and pacs.aet.
    • To add new properties or arguments in the JNLP file, see configuration of weasis-pacs-connector

...