comparison NEWS @ 5148:2df546a76e17

If specifying 'Transcode' option to /modify or /anonymize, this value will take over the 'IngestTranscoding' global configuration
author Alain Mazy <am@osimis.io>
date Fri, 27 Jan 2023 12:56:55 +0100
parents 19ccae2e0371
children c81f363d3aa3
comparison
equal deleted inserted replaced
5147:19ccae2e0371 5148:2df546a76e17
24 Added sanity checks for modifications to make sure the user preserves the DICOM model when modifying high level tags. 24 Added sanity checks for modifications to make sure the user preserves the DICOM model when modifying high level tags.
25 E.g. if you modify the PatientID at study level, also make sure to modify all other Patient related 25 E.g. if you modify the PatientID at study level, also make sure to modify all other Patient related
26 tags (PatientName, PatientBirthDate, ...) 26 tags (PatientName, PatientBirthDate, ...)
27 * Automatically reconstruct the modified resources at the end of the DICOM modifications job to ensure 27 * Automatically reconstruct the modified resources at the end of the DICOM modifications job to ensure
28 improved consistency of the DICOM model. 28 improved consistency of the DICOM model.
29 * If specifying 'Transcode' option to /modify or /anonymize, this value will take over the 'IngestTranscoding'
30 global configuration
29 * Allow the HTTP server to return responses > 2GB (fixes asynchronous download of zip studies > 2GB) 31 * Allow the HTTP server to return responses > 2GB (fixes asynchronous download of zip studies > 2GB)
30 * /modalities/.../store now accepts "CalledAet", "Host", "Port" to override the modality configuration 32 * /modalities/.../store now accepts "CalledAet", "Host", "Port" to override the modality configuration
31 from the configuration file for a specific operation. 33 from the configuration file for a specific operation.
32 * /tools/metrics-prometheus: added orthanc_last_change and orthanc_up_time_s 34 * /tools/metrics-prometheus: added orthanc_last_change and orthanc_up_time_s
33 * Tolerance for "image/jpg" MIME type instead of "image/jpeg" in /tools/create-dicom 35 * Tolerance for "image/jpg" MIME type instead of "image/jpeg" in /tools/create-dicom