Versions Compared

Key

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

...

Gallery
includedcm4chee.png,screen1b.png
pageHome

For dcm4chee-arc4 (alpha version)

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.

Anchor
web3
web3

For dcm4chee-web3 (new web interface)

...

  • To activate Weasis, go to the JMX console (at http://localhost:8080/jmx-console)
    • In dcm4chee.web select service=WebConfig and set these two values:
      Code Block
      
      WebviewerNames = weasis
      WebviewerBaseUrl = NONE
      
      From weasis-pacs-connector 5.0 WebviewerBaseUrl can have different values:
      • Launch Weasis as an external application (default value when NONE): WebviewerBaseUrl = weasis:/weasis-pacs-connector/viewer
      WebviewerBaseUrl = NONE
      • Launch Weasis as an Applet in the web browser: WebviewerBaseUrl = weasis:/weasis-pacs-connector/viewer-applet
    • Click the Apply Changes button
  • 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.
      Download weasis-connector-default.properties and rename it weasis-pacs-connector.properties
      Download weasis-jnlp-default.xml and rename it weasis-jnlp.xml
      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. In JBoss 7.2 and 8.x, see here.
    • 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. Changes to weasis-jnlp.xml are needed less often. It Allows to change Java VM properties and some parameters of the launcher.
    • To add new properties or arguments in the JNLP file, see configuration of weasis-pacs-connector

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

...