New releases

2021-05-07 - Orthanc 1.9.3 and DICOMweb plugin 1.6 are out, together with their Windows installers 21.5.1 by Osimis!

These maintenance releases introduce the possibility of using anonymous DICOM TLS. Several fixes and optimizations are included as well.

Full release notes are available at:
https://hg.orthanc-server.com/orthanc/file/Orthanc-1.9.3/NEWS
https://hg.orthanc-server.com/orthanc-dicomweb/file/OrthancDicomWeb-1.6/NEWS

2021-05-27 - Stone Web viewer 2.0 is out!

This new version introduces support for creating line/circle/angle measurements. An online demo can be found on the Orthanc homepage:
https://www.orthanc-server.com/static.php?page=stone-web-viewer

Windows installers 21.5.2 by Osimis have been also be released to distribute this new version.

Full release notes are available at:
https://hg.orthanc-server.com/orthanc-stone/file/StoneWebViewer-2.0/Applications/StoneWebViewer/NEWS

2021-06-11 - Version 3.2 of the Python plugin for Orthanc is available:
https://www.orthanc-server.com/browse.php?path=/plugin-python

The Docker images “jodogne/orthanc-python:1.9.3” and “osimis/orthanc:21.6.0” have also been published and include this new version of the plugin.

This release adds a number of interesting Python primitives from Orthanc SDK 1.8.1 that were not wrapped in Python yet, notably:

  • orthanc.CreateDicom() to create a DICOM instance from a JSON file and an image

  • orthanc.CreateImageFromBuffer() to create an Orthanc image from a Python image (can be used for interfacing with PIL/Pillow)

  • orthanc.DicomInstance.GetInstanceData() to get the raw DICOM file from an instance stored in Orthanc

  • orthanc.Image.GetImageBuffer() to get a copy of the memory buffer that corresponds to an Orthanc image

  • orthanc.LookupDictionary() to search for a DICOM tag in the dictionary

  • orthanc.RegisterFindCallback() to implement a custom C-FIND SCP callback

  • orthanc.RegisterMoveCallback() to implement a custom C-MOVE SCP callback

  • orthanc.RegisterWorklistCallback() to implement a custom C-FIND SCP callback for worklist

These primitives make easier to interface Orthanc with image analysis libraries coded in Python, or with HL7/FHIR environments. They can also be used to implement DICOM query/retrieve proxies.

The Orthanc Book contains various examples of those new primitives:

https://book.orthanc-server.com/plugins/python.html

2021-06-14 - Version 1.3 of the GDCM plugin for Orthanc is now available:
https://book.orthanc-server.com/plugins/gdcm.html

This maintenance release prevents possible changing SOP class UID from “MR Image Storage” to “Enhanced MR Image Storage” during ingest transcoding.

2021-06-24 - Orthanc 1.9.4 is out, together with its associated Windows installers 21.6.1 by Osimis!

This new version contains a lot of improvements, notably:

  • On-the-file generation of ZIP archives in stream mode (no temporary file is generated anymore).

  • Basic anonymization profile was upgraded to version 2021b of the DICOM standard.

  • Full support of hierarchical relationships for UID tags during anonymization.

  • Compatibility with DICONDE.

  • New routes in order to handle sets of DICOM instances as a whole for querying, anonymization, modification and removal (“bulk” routes).

Check out the full release notes:
https://hg.orthanc-server.com/orthanc/file/Orthanc-1.9.4/NEWS

2021-06-29 - Stone Web viewer 2.1 is out!

This maintenance release brings some minor improvements. Full release notes are available at:
https://hg.orthanc-server.com/orthanc-stone/file/StoneWebViewer-2.1/Applications/StoneWebViewer/NEWS

2021-06-30 - MySQL plugin 4.1 is out!

This maintenance release fixes serialization of large jobs:
https://www.orthanc-server.com/browse.php?path=/plugin-mysql

2021-07-06 - Version 1.4 of the GDCM plugin for Orthanc is now available:
https://book.orthanc-server.com/plugins/gdcm.html
https://www.orthanc-server.com/browse.php?path=/plugin-gdcm

This maintenance release prevents the transcoding of 1bpp DICOM images, which can cause the crash of GDCM.

2021-07-08 - Orthanc 1.9.5 is out, together with its associated 21.7.0 packages by Osimis!

This maintenance release improves anonymization by removing tags in nested sequences, makes persistent the error description in jobs, and fixes the broken “Do lookup” button in Orthanc Explorer.

The Windows installers 21.7.0 and the Docker images “osimis/orthanc:21.7.0” by Osimis also contains cumulative upgrades for the recently-released plugins (MySQL 4.1, GDCM 1.4 and Stone Web viewer 2.1).

Check out the full release notes:
https://hg.orthanc-server.com/orthanc/file/Orthanc-1.9.5/NEWS

Hi Sébastien,

I think osimis website is not working for the download, error message printed bellow:

image.png

Hi,

Thanks for notifying. This has now been fixed. The 64bit binary is available here: https://orthanc.osimis.io/win-installer/OrthancInstaller-Win64-21.7.0.exe

Br

Alain

image.png

Hi,

I guess it was a Chrome/Firefox issue, when I tried with Chrome it didnt work, but worked with firefox 2 mins later

image.png

Hello,

I have a small question.

As far I can see, today there are available Windows installers and Docker images for Linux-based OS. Does Docker images are capable to run over Windows Server? Is there any kind of support in this direction?

Thanks

image.png

2021-07-20 - MySQL plugin 4.2 is out!

This maintenance release fixes missing changes related to deleted resources:
https://www.orthanc-server.com/browse.php?path=/plugin-mysql

Hello,

I personally don’t use proprietary software, and notably not Microsoft Windows. However, here is the link for your Docker-related question:
https://docs.docker.com/docker-for-windows/

The following instructions should also work on Microsoft Windows:
https://book.orthanc-server.com/users/docker.html

Regards,
Sébastien-

2021-07-21 - Orthanc 1.9.6 is out, together with its associated 21.7.3 packages by Osimis!
https://www.orthanc-server.com/download.php

This maintenance release fixes the possibility of having orphaned attachments in the storage area if bad revision numbers are provided. Furthermore, Orthanc Explorer provides the possibility of selecting a specific date if doing a local lookup or a query/retrieve.

2021-07-22 - MySQL plugin 4.3 is out!

This maintenance release fixes issue 200:
https://bugs.orthanc-server.com/show_bug.cgi?id=200

https://www.orthanc-server.com/browse.php?path=/plugin-mysql

2021-08-12 - Version 3.3 of the Python plugin for Orthanc is available:
https://www.orthanc-server.com/browse.php?path=/plugin-python

This new release introduces a Python exception “orthanc.OrthancException” that is specific to the Orthanc module, and allows to implement a custom storage area using Python. The corresponding examples are available in the Orthanc Book:
https://book.orthanc-server.com/plugins/python.html#catching-exceptions

https://book.orthanc-server.com/plugins/python.html#implementing-a-custom-storage-area-new-in-3-3

2021-08-13 - ODBC plugins 1.0 for Orthanc are now available!

https://www.orthanc-server.com/browse.php?path=/plugin-odbc

Thanks to these new plugins, it is possible to connect Orthanc to ODBC data sources. In particular, Orthanc can now be interfaced with Microsoft SQL Server. Check out the full documentation in the Orthanc Book:
https://book.orthanc-server.com/plugins/odbc.html

The new versions 21.8.1 of the Osimis distributions (Windows installers, macOS package and “osimis/orthanc” Docker images) have also been released and include these new plugins:
https://www.orthanc-server.com/download.php

We warmly acknowledge the industrial sponsor who funded this new development!

Enjoy,

Sébastien-

2021-08-31 - Orthanc 1.9.7 is available, together with DICOMweb 1.7, Python 3.4 and Stone Web viewer 2.2!

These releases bring a set of minor improvements. In particular, the handling of rescale and predefined windowing are improved in multiframe images.

You can find the full release notes at the following places:
https://hg.orthanc-server.com/orthanc/file/Orthanc-1.9.7/NEWS
https://hg.orthanc-server.com/orthanc-dicomweb/file/OrthancDicomWeb-1.7/NEWS
https://hg.orthanc-server.com/orthanc-python/file/OrthancPython-3.4/NEWS
https://hg.orthanc-server.com/orthanc-stone/file/StoneWebViewer-2.2/Applications/StoneWebViewer/NEWS

All of these updates are also part of the Windows installers, of the macOS package, and of the Docker images 21.8.3 provided by Osimis.