comparison NEWS @ 5088:8d2c39e8880b

more doc
author Alain Mazy <am@osimis.io>
date Mon, 26 Sep 2022 19:08:03 +0200
parents df4a90a65af9
children 80ac0955e4e7
comparison
equal deleted inserted replaced
5087:df4a90a65af9 5088:8d2c39e8880b
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 Users should be careful to preserve the DICOM model when modifying high level tags. E.g.
13 if you modify the PatientID at study level, also make sure to modify all other Patient related
14 tags (PatientName, PatientBirthDate, ...)
12 15
13 16
14 OrthancFramework (C++) 17 OrthancFramework (C++)
15 ---------------------- 18 ----------------------
16 19