Package Release Info

orthanc-dicomweb-1.6-bp153.1.1

Update Info: Base Release
Available in Package Hub : 15 SP3

platforms

AArch64
ppc64le
s390x
x86-64

subpackages

orthanc-dicomweb

Change Logs

* Sun May 09 2021 Axel Braun <axel.braun@gmx.de>
- Version 1.6
  * New field "Timeout" in "DicomWeb.Servers" to specify HTTP timeout on a per-server basis
  * Reduced memory consumption in STOW-RS server thanks to an optimization of
  Orthanc::MultipartStreamReader in Orthanc framework 1.9.3
  * Fix issue #194 (Upgrade media types to DICOM 2021a, cf. table 8.7.3-5)
  * Fix issue #196 (STOW-RS: Should return 200 only when successfully stored all instances)
* Wed Jan 27 2021 Axel Braun <axel.braun@gmx.de>
- Version 1.5
  * Possibility to store the definition of DICOMweb servers into the Orthanc database
  * New configuration option "DicomWeb.ServersInDatabase"
  * Fix compliance with DICOM >= 2016c: If no "transfer-syntax" is provided in WADO-RS
  Retrieve Instance/Series/Study, DICOM shall be transcoded to Little Endian Explicit
* Fri Dec 18 2020 Axel Braun <axel.braun@gmx.de>
- Version 1.4
  * "Extrapolate" mode doesn't fail if no consensus is found in WADO-RS Retrieve Metadata.
  This is necessary for proper behavior of the Stone Web viewer on very small series.
  * Fix issue #190 (STOW-RS fails is multipart boundary is surrounded by quotes in headers)
  * patches_logging.patch removed (included in source)
* Thu Dec 10 2020 Axel Braun <axel.braun@gmx.de>
- patches_logging.patch added to fix issue with orthanc 1.8.1
* Thu Oct 22 2020 Axel Braun <axel.braun@gmx.de>
- version 1.3
  * Support transcoding in WADO-RS RetrieveStudy, RetrieveSeries and RetrieveInstance
  * Support of dynamic linking against the system-wide Orthanc framework library
  * Support rendering of images whose pixel format is uint8_t
  * Fix ".../rendered" on MONOCHROME1 images
  * Fix default windowing in rendered frames using WADO-URI and WADO-RS
  * More verbose logs to debug chunked transfers
Version: 1.14-bp155.2.3.1
* Tue Jul 11 2023 Axel Braun <axel.braun@gmx.de>
- version 1.14
  * speed improvements:
  - Speeded up instance metadata retrieval using OrthancPluginLoadDicomInstance() from SDK 1.12.1
  - Using multiple threads to compute the studies/../series/../metadata route when in "Full" mode.
    New configuration: "MetadataWorkerThreadsCount" defaults to 4
  - Small speed-up the studies/../series/../metadata route when in "MainDicomTags" mode.
  * Support "X-Forwarded-Host" and "X-Forwarded-Proto" headers to compute BulkDataURI.
  * Fix issue #216 (Requests fail due to bad parsing of the accept HTTP header (semi-colons))
Version: 1.13-bp155.1.6
* Sat Apr 15 2023 Axel Braun <axel.braun@gmx.de>
- version 1.13
  * Use Orthanc SDK 1.11.3 to avoid a crash in Stow-RS jobs.
  * Stow-RS now calls to the plugin flavored /instances route and now also forwards
    the HTTP headers from the Incoming Stow-RS request.
  * Added a list of "Resources" in the DicomWebStowClient Job "Content"
Version: 1.2-bp152.1.1
* Wed May 27 2020 Axel Braun <axel.braun@gmx.de>
- version 1.2
  * requires orthanc 1.7
  * Removed dependency on GDCM
  * "QidoCaseSensitive" defaults to "CaseSensitivePN" of Orthanc configuration (instead of "true")
* Thu Mar 05 2020 Axel Braun <axel.braun@gmx.de>
- Version 1.1
  * Support of "window", "viewport" and "quality" parameters in "Retrieve Rendered Transaction"
  * Support of "/studies/.../rendered" and "/studies/.../series/.../rendered"
  * QIDO-RS: Allow to query against a list of multiple values separated by commas
  * WADO-RS "Retrieve Metadata": Configuration options "StudiesMetadata"
  and "SeriesMetadata", whose value can be "Full" (read all DICOM
  instances from the storage area), "MainDicomTags" (only report the
  main DICOM tags from the Orthanc database), or "Extrapolate" (main
  DICOM tags + user-specified tags extrapolated from a few random instances)
  * QIDO-RS: Optimization for large studies/series
  * QIDO-RS: Fix returned attributes if Study/Series Instance UIDs are not filtered
  * Fix handling of the "Forwarded" HTTP header
  * Fix support for client certificate authentication
  * Accept multiple MIME types in Accept header for WADO-RS "Retrieve Metadata"
  https://groups.google.com/d/msg/orthanc-users/P3B6J9abZpE/syn5dnW2AwAJ
  * Added explicit "Accept" header to avoid uncompressing DICOM files by Google cloud,
  can be turned off by setting "HasWadoRsUniversalTransferSyntax" to "false" (for
  instance if contacting a remote Orthanc plugin with DICOMweb version <= 1.0)
  https://groups.google.com/d/msg/orthanc-users/w1Ekrsc6-U8/T2a_DoQ5CwAJ
  * Fix issue #162 ("DICOMweb metadata resource reads all instances")
  * Fix issue #164 ("JPEG YBR_422 generates a 500 in the DicomWeb plugin")
  * Upgrade to GDCM 3.0.4 in static builds
* Thu Aug 08 2019 Axel Braun <axel.braun@gmx.de>
- Version 1.0
  initial build on OBS
Version: 1.10-bp153.2.3.1
* Tue Sep 27 2022 Axel Braun <axel.braun@gmx.de>
- version 1.10
  * bugfix release, see 'NEWS' for details