Mercurial > hg > orthanc
comparison NEWS @ 4524:f8660649ae96
added "/peers/{id}/store-straight": Synchronously send the DICOM instance in POST body to the peer
author | Sebastien Jodogne <s.jodogne@gmail.com> |
---|---|
date | Tue, 23 Feb 2021 15:05:55 +0100 |
parents | fba1a8fff2b8 |
children | 8262ffb393ff |
comparison
equal
deleted
inserted
replaced
4523:fba1a8fff2b8 | 4524:f8660649ae96 |
---|---|
13 - "Timeout" in "OrthancPeers" to set HTTP client timeout on a per-peer basis | 13 - "Timeout" in "OrthancPeers" to set HTTP client timeout on a per-peer basis |
14 | 14 |
15 REST API | 15 REST API |
16 -------- | 16 -------- |
17 | 17 |
18 * API version upgraded to 11 | |
18 * BREAKING CHANGES: | 19 * BREAKING CHANGES: |
19 - External applications should *not* call "/instances/.../attachments/dicom-as-json" anymore | 20 - External applications should *not* call "/instances/.../attachments/dicom-as-json" anymore |
20 - "/instances/.../tags" route does not report the tags after "Pixel Data" (7fe0,0010) anymore | 21 - "/instances/.../tags" route does not report the tags after "Pixel Data" (7fe0,0010) anymore |
22 * "/peers/{id}/store-straight": Synchronously send the DICOM instance in POST body to the peer | |
21 * New arguments in the REST API: | 23 * New arguments in the REST API: |
22 - "Timeout" in "/modalities/.../query" | 24 - "Timeout" in "/modalities/.../query" |
23 - "Timeout" in "/modalities/.../storage-commitment" | 25 - "Timeout" in "/modalities/.../storage-commitment" |
24 - "Timeout" in "/queries/.../answers/.../query-{studies|series|instances}" | 26 - "Timeout" in "/queries/.../answers/.../query-{studies|series|instances}" |
25 | 27 |