comparison NEWS @ 5137:15109c3f0f7d

added sanity checks in DicomModificationJob + automatically reconstruct resources at the end of a DicomModificationJob
author Alain Mazy <am@osimis.io>
date Wed, 18 Jan 2023 17:58:51 +0100
parents e107ff622e6d
children d00db9fb48fb
comparison
equal deleted inserted replaced
5136:e71b22a43c0b 5137:15109c3f0f7d
19 * Loosen the sanity checks for DICOM modifications, if "Force" option is given: 19 * Loosen the sanity checks for DICOM modifications, if "Force" option is given:
20 - allow modification of PatientID at study level 20 - allow modification of PatientID at study level
21 - allow modification of PatientID, StudyInstanceUID at series level 21 - allow modification of PatientID, StudyInstanceUID at series level
22 - allow modification of PatientID, StudyInstanceUID, SeriesInstanceUID at instance level 22 - allow modification of PatientID, StudyInstanceUID, SeriesInstanceUID at instance level
23 - allow modification of a patient without changing her PatientID 23 - allow modification of a patient without changing her PatientID
24 Users should be careful to preserve the DICOM model when modifying high level tags. E.g. 24 Added sanity checks for modifications to make sure the user preserves the DICOM model when modifying high level tags.
25 if you modify the PatientID at study level, also make sure to modify all other Patient related 25 E.g. if you modify the PatientID at study level, also make sure to modify all other Patient related
26 tags (PatientName, PatientBirthDate, ...) 26 tags (PatientName, PatientBirthDate, ...)
27 * Automatically reconstruct the modified resources at the end of the DICOM modifications job to ensure
28 improved consistency of the DICOM model.
27 * Allow the HTTP server to return responses > 2GB (fixes asynchronous download of zip studies > 2GB) 29 * Allow the HTTP server to return responses > 2GB (fixes asynchronous download of zip studies > 2GB)
28 * /modalities/.../store now accepts "CalledAet", "Host", "Port" to override the modality configuration 30 * /modalities/.../store now accepts "CalledAet", "Host", "Port" to override the modality configuration
29 from the configuration file for a specific operation. 31 from the configuration file for a specific operation.
30 * /tools/metrics-prometheus: added orthanc_last_change and orthanc_up_time_s 32 * /tools/metrics-prometheus: added orthanc_last_change and orthanc_up_time_s
31 * Tolerance for "image/jpg" MIME type instead of "image/jpeg" in /tools/create-dicom 33 * Tolerance for "image/jpg" MIME type instead of "image/jpeg" in /tools/create-dicom