comparison NEWS @ 5110:98da039474b1

/store: allows overriding CalledAet, Host, Port
author Alain Mazy <am@osimis.io>
date Tue, 22 Nov 2022 16:30:50 +0100
parents a386dfb5b386
children 7547c7dfd017
comparison
equal deleted inserted replaced
5109:027366cae766 5110:98da039474b1
20 - allow modification of a patient without changing her PatientID 20 - allow modification of a patient without changing her PatientID
21 Users should be careful to preserve the DICOM model when modifying high level tags. E.g. 21 Users should be careful to preserve the DICOM model when modifying high level tags. E.g.
22 if you modify the PatientID at study level, also make sure to modify all other Patient related 22 if you modify the PatientID at study level, also make sure to modify all other Patient related
23 tags (PatientName, PatientBirthDate, ...) 23 tags (PatientName, PatientBirthDate, ...)
24 * Allow the HTTP server to return responses > 2GB (fixes asynchronous download of zip studies > 2GB) 24 * Allow the HTTP server to return responses > 2GB (fixes asynchronous download of zip studies > 2GB)
25 * /modalities/.../store now accepts "CalledAet", "Host", "Port" to override the modality configuration
26 from the configuration file for a specific operation.
25 27
26 28
27 OrthancFramework (C++) 29 OrthancFramework (C++)
28 ---------------------- 30 ----------------------
29 31