comparison NEWS @ 5818:86cd21ef81fb

news
author Alain Mazy <am@orthanc.team>
date Fri, 27 Sep 2024 07:51:38 +0200
parents 3f10350b26da
children 37e5d0918006
comparison
equal deleted inserted replaced
5816:3f10350b26da 5818:86cd21ef81fb
5 ----------- 5 -----------
6 6
7 * API version upgraded to 26 7 * API version upgraded to 26
8 * Improved parsing of multiple numerical values in DICOM tags. 8 * Improved parsing of multiple numerical values in DICOM tags.
9 https://discourse.orthanc-server.org/t/qido-includefield-with-sequences/4746/6 9 https://discourse.orthanc-server.org/t/qido-includefield-with-sequences/4746/6
10 * POSSIBLE BREAKING-CHANGES: 10 * In DICOMWeb json, the "DS - Decimal String" values were represented by float numbers
11 In DICOMWeb json, the "DS - Decimal String" values were represented by float numbers 11 and they are now represented as strings to avoid introduction of long float representation
12 and they are now represented as strings to avoid loss of precision when the decimal 12 (e.g 0.1429999999999 vs "0.143") and be more compliant with the DICOMWeb
13 number can not be exactly represented as a float. This is based on the DICOMWeb 13 standard https://dicom.nema.org/medical/dicom/current/output/chtml/part18/sect_F.2.3.html.
14 standard https://dicom.nema.org/medical/dicom/current/output/chtml/part18/sect_F.2.3.html 14 This has no impact on StoneViewer and OHIF.
15 - DS values can be represented as String or Number in Json.
16 - For IS, DS, SV and UV, a JSON String representation can be used to preserve the original
17 format during transformation of the representation, or if needed to avoid losing
18 precision of a decimal string.
19 https://discourse.orthanc-server.org/t/dicomwebplugin-does-not-return-series-metadata-properly/5195 15 https://discourse.orthanc-server.org/t/dicomwebplugin-does-not-return-series-metadata-properly/5195
20 16
21 17
22 Maintenance 18 Maintenance
23 ----------- 19 -----------