comparison NEWS @ 5087:df4a90a65af9

DicomModification::SetAllowManualIdentifiers() has been removed since it was always true -> code cleanup
author Alain Mazy <am@osimis.io>
date Mon, 26 Sep 2022 18:56:40 +0200
parents 0b27bbd19b1f
children 8d2c39e8880b
comparison
equal deleted inserted replaced
5086:0b27bbd19b1f 5087:df4a90a65af9
7 * Loosen the sanity checks for DICOM modifications: 7 * Loosen the sanity checks for DICOM modifications:
8 - allow modification of PatientID at study level 8 - allow modification of PatientID at study level
9 - allow modification of PatientID, StudyInstanceUID at series level 9 - allow modification of PatientID, StudyInstanceUID at series level
10 - allow modification of PatientID, StudyInstanceUID, SeriesInstanceUID at instance level 10 - allow modification of PatientID, StudyInstanceUID, SeriesInstanceUID at instance level
11 - allow modification of a patient without changing her PatientID 11 - allow modification of a patient without changing her PatientID
12
13
14 OrthancFramework (C++)
15 ----------------------
16
17 * DicomModification::SetAllowManualIdentifiers() has been removed since it was always true -> code cleanup.
12 18
13 19
14 version 1.11.2 (2022-08-30) 20 version 1.11.2 (2022-08-30)
15 =========================== 21 ===========================
16 22