Skip to content

Latest commit

 

History

History
76 lines (54 loc) · 4.69 KB

HISTORY.md

File metadata and controls

76 lines (54 loc) · 4.69 KB

v6.1.5 (2019-06-15)

Full Changelog

Implemented enhancements:

Fixed bugs:

  • Uploading manifest encoding issue #25

v6.1.4 (2018-10-26)

Full Changelog

Implemented enhancements:

  • ${server.base.url} like variable that returns IP address of server #13
  • Add a trace when building the JNLP #16

Fixed bugs:

  • Issue when the application container contains spaces in the path #15
  • Error launching /IHEInvokeImageDisplay with HTTP HEAD #10

6.1.3 (2017-08-21)

Full Changelog

6.1.1 (2017-06-20)

Full Changelog

  • Fix cannot build manifest (sorting exception)

6.1.0 (2017-04-30)

Full Changelog

  • Multi-PACS configuration (can be requested simultaneously or individually)
  • Allows to query the PACS through its database (not recommended)
  • Generates new manifest 2.5 (supported by Weasis 2.5)
  • Support configuration in Wildfly 10 without module
  • Requires Java 7

5.0.1 (2015-07-14)

Full Changelog

  • Update weasis-dicom-tools to 0.9.8 (based on dcm4che3 3.3.7)
  • Add maven profile to build without logger (better for JBoss)
  • #1 Combination of UIDs doesn't work
  • #3 Combination of UIDs is incompatible with IID profile (must be desactivated in configuration)
  • #4 Add parameter to search in the Study Description
  • Change logger level to INFO
  • Write jnlp response without server enconding

5.0.0 (2015-01-03)

  • Used weasis-dicom-tools (based on dcm4che3) for building the manifest
  • Starting Weasis and building manifest are executed in parallel (improve the time to get the images)
  • The manifest is not embedded any more by default in the jnlp, only an url with an id can be called once within 5 min. That means clicking on a jnlp a second time won't show any images (this behavior is desirable for security reasons as most browsers downloads jnlp)
  • Configure the maximum number of manifests treated simultaneous and the maximum life time of a building manifest process (5 min by default)
  • Error messages (when building the manifest) are transmitted to the viewer via the manifest
  • New context (/IHEInvokeImageDisplay) compliant to the IHE IID profile
  • Parameters at patient level defined in IID profile (mostRecentResults, lowerDateTime, upperDateTime, modalitiesInStudy) are also available in the other contexts (/viewer, /viewer-applet and /manifest)
  • Allows to have on different servers the following components: weasis-pacs-connector, PACS, Weasis, weasis-ext (additional plugins) and jnlp templates
  • Major improvement of the JNLP builder servlet (allows dynamic injection of arguments, properties and templates)
  • Option for DICOM query in TLS mode
  • Launching Weasis as an Applet in web page
  • Uploading the manifest by http POST
  • Option to embed the manifest into the jnlp