Mercurial > hg > orthanc
comparison NEWS @ 4517:c494ee5d0101
Added "Timeout" parameter everywhere in "/modalities/.../"
author | Sebastien Jodogne <s.jodogne@gmail.com> |
---|---|
date | Mon, 22 Feb 2021 15:27:25 +0100 |
parents | 671ee7c1fd46 |
children | cb8fcecf1b02 |
comparison
equal
deleted
inserted
replaced
4516:671ee7c1fd46 | 4517:c494ee5d0101 |
---|---|
2 =============================== | 2 =============================== |
3 | 3 |
4 General | 4 General |
5 ------- | 5 ------- |
6 | 6 |
7 * BREAKING CHANGE: The "dicom-as-json" attachments are not explicitly stored anymore. | 7 * The "dicom-as-json" attachments are not explicitly stored anymore to improve performance |
8 If the storage area doesn't support range reading, or if "StorageCompression" | 8 * If the storage area doesn't support range reading, or if "StorageCompression" |
9 is enabled, a new attachment "dicom-until-pixel-data" is generated. | 9 is enabled, a new type of attachment "dicom-until-pixel-data" is generated. |
10 * New metadata automatically computed at the instance level: "PixelDataOffset" | 10 * New metadata automatically computed at the instance level: "PixelDataOffset" |
11 | 11 |
12 REST API | 12 REST API |
13 -------- | 13 -------- |
14 | 14 |
15 * BREAKING CHANGE: The "/instances/.../tags" route does not report the tags | 15 * BREAKING CHANGES: |
16 after "Pixel Data" (7fe0,0010) anymore | 16 - External applications should *not* call "/instances/.../attachments/dicom-as-json" anymore |
17 | 17 - "/instances/.../tags" route does not report the tags after "Pixel Data" (7fe0,0010) anymore |
18 * New arguments in the REST API: | |
19 - "Timeout" in "/modalities/.../query" | |
20 - "Timeout" in "/modalities/.../storage-commitment" | |
21 - "Timeout" in "/queries/.../answers/.../query-{studies|series|instances}" | |
22 | |
18 Plugins | 23 Plugins |
19 ------- | 24 ------- |
20 | 25 |
21 * New value in enumeration: OrthancPluginDicomToJsonFlags_StopAfterPixelData | 26 * New value in enumeration: OrthancPluginDicomToJsonFlags_StopAfterPixelData |
22 * New value in enumeration: OrthancPluginDicomToJsonFlags_SkipGroupLengths | 27 * New value in enumeration: OrthancPluginDicomToJsonFlags_SkipGroupLengths |