comparison NEWS @ 5097:d842e4446e63

Allow the HTTP server to return responses > 2GB (fixes asynchronous download of zip studies > 2GB)
author Alain Mazy <am@osimis.io>
date Thu, 13 Oct 2022 17:11:43 +0200
parents cc1a8b3ff319
children 9d51c000e91a
comparison
equal deleted inserted replaced
5096:1faae6dc282f 5097:d842e4446e63
17 - allow modification of PatientID, StudyInstanceUID, SeriesInstanceUID at instance level 17 - allow modification of PatientID, StudyInstanceUID, SeriesInstanceUID at instance level
18 - allow modification of a patient without changing her PatientID 18 - allow modification of a patient without changing her PatientID
19 Users should be careful to preserve the DICOM model when modifying high level tags. E.g. 19 Users should be careful to preserve the DICOM model when modifying high level tags. E.g.
20 if you modify the PatientID at study level, also make sure to modify all other Patient related 20 if you modify the PatientID at study level, also make sure to modify all other Patient related
21 tags (PatientName, PatientBirthDate, ...) 21 tags (PatientName, PatientBirthDate, ...)
22 * Allow the HTTP server to return responses > 2GB (fixes asynchronous download of zip studies > 2GB)
22 23
23 24
24 OrthancFramework (C++) 25 OrthancFramework (C++)
25 ---------------------- 26 ----------------------
26 27