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 29 Next »

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

For dcm4ee-web (classic)

Be Careful

dcm4chee-web.war is only for the version mentioned above. 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
  • 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:
      WebviewerName = 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.

  • No labels