| AArch64 | |
| ppc64le | |
| s390x | |
| x86-64 |
- version 1.20
* Fix calls to /studies/../series/../rendered returning a 404 if the series has
multiple instances.
https://discourse.orthanc-server.org/t/thumbnail-orthanc-stone-viewer-issue/5827/3
* Fix response of /servers/../stow where the study id was repeated for each instance.
The response also now contains the list of sent instances.
- version 1.9 * huge changelog, see NEWS
- version 1.8
* Added a "Server" entry in the DICOMweb job content
* Fixed parsing of numerical values in QIDO-RS response that prevented, among other,
the retrieval of "NumberOfStudyRelatedInstances", "NumberOfStudyRelatedSeries",...
* Fixed non-Latin "PatientName" values that were empty in some QIDO-RS responses
* Optimized the retrieval of single frame in WADO-RS when no transcoding is required,
which greatly improves the download time of multi-frame images in OHIF
* Optimization when running with an Orthanc that supports the "ExtendedFind" primitive
* Added support for Orthanc running in "ReadOnly" mode
* Fix handling of revisions for cached data
* Removed dependency on bootstrap-vue
* Upgraded to Bootstrap 5.3.3
- version 1.7
* WADO-RS retrieve frame: fix issue 219 (https://orthanc.uclouvain.be/bugs/show_bug.cgi?id=219)
by converting BigEndianExplicitVR to LittleEndianExplicitVR.
* QIDO-RS: now returning sequences that are listed in includefield
https://discourse.orthanc-server.org/t/qido-includefield-with-sequences/4746
* The plugin now uses the new logging primitives from Orthanc 1.12.4
- version 1.2 * requires orthanc 1.7 * Removed dependency on GDCM * "QidoCaseSensitive" defaults to "CaseSensitivePN" of Orthanc configuration (instead of "true")
- 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
- Version 1.0 initial build on OBS
- enable gcc13 for Leap 15
- version 1.16
* Removed misleading log messages about transcoding.
https://discourse.orthanc-server.org/t/dicomweb-plugin-1-13-possible-unnecessary-transcoding/3979
* Fix parsing of Accept header "multipart/related; type=application/octet-stream; transfer-syntax=*" that is used by OHIF.
* When retrieving frames, WADO-RS may now retrieve transcoded instances from Orthanc StorageCache (for Orthanc >= 1.12.2)
- Version 1.15
* speed improvement:
- Now storing the output of /dicom-web/studies/../series/../metadata route in an attachment that can be used
by the "Full" mode.
The json file is gzipped and stored in attachment 4301 everytime a series is stable or the first time
its /dicom-web/studies/../series/../metadata route is called in "Full" mode if the attachment does not exist yet.
A new route /studies/{orthancId}/update-dicomweb-cache has also been added to allow e.g. the Housekeeper plugin
to generate these attachment for old studies.
This cache can be disabled by setting "EnableMetadataCache" to false. However, disabling the cache
won't delete the already cached data. You may call DELETE /series/../attachments/4031 to clear the cache.
* framework.diff added to compile against Orthanc framework
- 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
* 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.10 * bugfix release, see 'NEWS' for details