comparison NEWS @ 5122:8638522eeda1

revert changeset df4a90a65af9 that removes features used elsewhere, and protect by Force the change of UIDs
author Sebastien Jodogne <s.jodogne@gmail.com>
date Mon, 19 Dec 2022 15:46:33 +0100
parents a6fa660ec26e
children 16138d6d568d f2dcdbe05884
comparison
equal deleted inserted replaced
5121:77e20ce39d6f 5122:8638522eeda1
12 * New configuration "KeepAliveTimeout" with a default value of 1 second. 12 * New configuration "KeepAliveTimeout" with a default value of 1 second.
13 13
14 REST API 14 REST API
15 -------- 15 --------
16 16
17 * Loosen the sanity checks for DICOM modifications: 17 * Loosen the sanity checks for DICOM modifications, if "Force" option is given:
18 - allow modification of PatientID at study level 18 - allow modification of PatientID at study level
19 - allow modification of PatientID, StudyInstanceUID at series level 19 - allow modification of PatientID, StudyInstanceUID at series level
20 - allow modification of PatientID, StudyInstanceUID, SeriesInstanceUID at instance level 20 - allow modification of PatientID, StudyInstanceUID, SeriesInstanceUID at instance level
21 - allow modification of a patient without changing her PatientID 21 - allow modification of a patient without changing her PatientID
22 Users should be careful to preserve the DICOM model when modifying high level tags. E.g. 22 Users should be careful to preserve the DICOM model when modifying high level tags. E.g.
26 * /modalities/.../store now accepts "CalledAet", "Host", "Port" to override the modality configuration 26 * /modalities/.../store now accepts "CalledAet", "Host", "Port" to override the modality configuration
27 from the configuration file for a specific operation. 27 from the configuration file for a specific operation.
28 * /tools/metrics-prometheus: added orthanc_last_change and orthanc_up_time_s 28 * /tools/metrics-prometheus: added orthanc_last_change and orthanc_up_time_s
29 * Tolerance for "image/jpg" MIME type instead of "image/jpeg" in /tools/create-dicom 29 * Tolerance for "image/jpg" MIME type instead of "image/jpeg" in /tools/create-dicom
30 * /system: added MaximumStorageMode and MaximumStorageSize 30 * /system: added MaximumStorageMode and MaximumStorageSize
31
32 OrthancFramework (C++)
33 ----------------------
34
35 * DicomModification::SetAllowManualIdentifiers() has been removed since it was always true -> code cleanup.
36
37 31
38 Common plugins code (C++) 32 Common plugins code (C++)
39 ------------------------- 33 -------------------------
40 34
41 * Added a 'header' argument to all OrthancPeers::DoPost, DoPut, ... 35 * Added a 'header' argument to all OrthancPeers::DoPost, DoPut, ...