This page is obsolete, please go to the new Weasis website







Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 36 Next »

This page describes how to add a button to launch Weasis from the dcm4chee web interface.

For dcm4ee-web (classic - before 2.17.1)

Be Careful

dcm4chee-web.war has been built only for some dcm4chee versions. For other versions see Rebuild dcm4chee-web from any version)

  • Place these three files into the deploy folder (server/default/deploy/) of dcm4chee.
  • Modify the permission in /dcm4jboss-web/src/etc/conf/dcm4chee-web/folder.permissions or in server/default/conf/dcm4chee-web if dcm4chee is already installed

folder.*=edit,move,delete,view,*export,edit.newStudyUID,mergepat,study_permission,study_permission.free_role_action,query_has_issuer folder.*export=export_tf,export_xds

...

folder=WebUser(send,view);DatacareUser(edit,move,delete,export_xds,view);WebAdmin(*)

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

For dcm4chee-web3 (new web interface)

  • Install dcm4chee-web3 (must be installed only from 2.16.0 to 2.17.0, nothing to do from 2.17.1)
  • Download at http://sourceforge.net/projects/dcm4che/files/Weasis/
    • The last Weasis version: weasis.war
    • The Weasis internationalization (translation): weasis-i18n.war (optional)
    • The dcm4chee-web3/dcm4chee-web-weasis.jar
    • The dcm4chee-web3/weasis-pacs-connector.war
  • Place these files into the deploy folder (server/default/deploy/) of dcm4chee.
  • Go in 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

To override the default configuration of weasis-pacs-connector

Place a file named weasis-pacs-connector.properties in the classpath of the application. In DCM4CHEE, the best location would be "dcm4chee-2.xx.x/server/default/conf/". The file content must match to the default configuration.
weasis-jnlp-default.xml can also be overridden by placing a file named weasis-jnlp.xml in the classpath.

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

Write weasis-portable to DICOM CDs with dcm4chee-cdw

  • 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
  • No labels