# HG changeset patch # User Alain Mazy # Date 1664212083 -7200 # Node ID 8d2c39e8880baf62175a0910accb67401948c04b # Parent df4a90a65af98051a5dff3ef699f633f1d9ac109 more doc diff -r df4a90a65af9 -r 8d2c39e8880b NEWS --- a/NEWS Mon Sep 26 18:56:40 2022 +0200 +++ b/NEWS Mon Sep 26 19:08:03 2022 +0200 @@ -9,6 +9,9 @@ - allow modification of PatientID, StudyInstanceUID at series level - allow modification of PatientID, StudyInstanceUID, SeriesInstanceUID at instance level - allow modification of a patient without changing her PatientID + Users should be careful to preserve the DICOM model when modifying high level tags. E.g. + if you modify the PatientID at study level, also make sure to modify all other Patient related + tags (PatientName, PatientBirthDate, ...) OrthancFramework (C++)