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 or select Replace when the file already exists)


  • Configure weasis-pacs-connector (Required to change the default WADO configuration)
    The default configuration is stored in two files inside weasis-pacs-connector.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 wildfly/standalone/configuration.
    • As the default configuration of dicom-dcm4chee.properties is defined for dcm4chee-web3, it is necessary to modify at least:   
      • The WADO url of arc-light: arc.wado.url=${server.base.url}/dcm4chee-arc/aets/DCM4CHEE/wado
      • To accept all the syntaxes (otherwise arc-light will uncompress all the images): wado.addparams=&transferSyntax=*

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

...

  • Install dcm4chee-cdw (see doc/INSTALL.txt in the archive)
  • Extract weasis-portable.zip into the ../dcm4chee/server/default/data/mergedir directory
  • Go to the dcm4che jmx console (dcm4chee.cdw):
    •  Select the MediaCreationMgtSCP item and set to true the value of DefaultIncludeDisplayApplication
    •  Select the MakeIsoImage item and set to 4 the value of isoLevel
  • Click on the Apply Changes button

    Info
    titleEmbedding a Java Runtime for Windows

    The executable (weasisviewer-win32.exe) allows to embed a JRE in the relative directory "jre/windows" (e.g. weasis-portable/jre/windows/bin/java.exe). The . To support 32 and 64-bit architecture, copy 32-bit Java Rutime from its installed directory.

    Note: the embedded Java Runtime is used only when no runtime is available on the system. When Java is run from CD, it could be a little slow.


...