# HG changeset patch # User Alain Mazy # Date 1639662526 -3600 # Node ID b3d0a3a4d89034c0d1272d33565bc9c444de1938 # Parent abb0e1c2b88d8dae82ac915c055a116b4fe0923a Added links to download attachments from the Orthanc Explorer diff -r abb0e1c2b88d -r b3d0a3a4d890 NEWS --- a/NEWS Tue Dec 14 22:52:59 2021 +0100 +++ b/NEWS Thu Dec 16 14:48:46 2021 +0100 @@ -12,6 +12,7 @@ * New configuration option "ZipLoaderThreads" to configure the number of threads used to read instances from storage when createing a Zip archive/media. * Support decoding of black-and-white images (with 1 bit per pixel), notably DICOM SEG +* Added links to download attachments from the Orthanc Explorer Maintenance ----------- @@ -33,6 +34,7 @@ * "/instances/{...}/frames/{...}/numpy": Download the frame as a Python numpy array * "/instances/{...}/numpy": Download the instance as a Python numpy array * "/series/{...}/numpy": Download the series as a Python numpy array +* Added a ?full option to "/patients|studies|series|instances/{...}/attachments route Lua --- diff -r abb0e1c2b88d -r b3d0a3a4d890 OrthancServer/OrthancExplorer/explorer.html --- a/OrthancServer/OrthancExplorer/explorer.html Tue Dec 14 22:52:59 2021 +0100 +++ b/OrthancServer/OrthancExplorer/explorer.html Thu Dec 16 14:48:46 2021 +0100 @@ -252,7 +252,7 @@
  • Anonymize
  • -