Mercurial > hg > orthanc
comparison NEWS @ 1999:364cc624eb65
New URI "/modalities/.../move" to issue C-Move SCU requests
author | Sebastien Jodogne <s.jodogne@gmail.com> |
---|---|
date | Thu, 26 May 2016 14:24:56 +0200 |
parents | 9b61701c35f2 |
children | 39329372b667 |
comparison
equal
deleted
inserted
replaced
1998:9b61701c35f2 | 1999:364cc624eb65 |
---|---|
1 Pending changes in the mainline | 1 Pending changes in the mainline |
2 =============================== | 2 =============================== |
3 | 3 |
4 | |
5 REST API | |
6 -------- | |
7 | |
8 * New URI: "/instances/.../frames/.../raw" to access the raw frames (bypass image decoding) | |
9 * New URI "/modalities/.../move" to issue C-Move SCU requests | |
10 * "MoveOriginatorID" can be specified for "/modalities/.../store" | |
4 | 11 |
5 Dicom protocol | 12 Dicom protocol |
6 -------------- | 13 -------------- |
7 | 14 |
8 * Support of optional tags for counting resources in C-Find: | 15 * Support of optional tags for counting resources in C-Find: |
9 0008-0061, 0008-0062, 0020-1200, 0020-1202, 0020-1204, 0020-1206, 0020-1208, 0020-1209 | 16 0008-0061, 0008-0062, 0020-1200, 0020-1202, 0020-1204, 0020-1206, 0020-1208, 0020-1209 |
10 * Support of Move Originator Message ID (0000,1031) in C-Store responses driven by C-Move | 17 * Support of Move Originator Message ID (0000,1031) in C-Store responses driven by C-Move |
11 | 18 |
19 Plugins | |
20 ------- | |
21 | |
22 * New callback to filter incoming HTTP requests: OrthancPluginRegisterIncomingHttpRequestFilter() | |
23 * New callback to handle non-worklists C-Find requests: OrthancPluginRegisterFindCallback() | |
24 * New callback to handle C-Move requests: OrthancPluginRegisterMoveCallback() | |
25 * New function: "OrthancPluginHttpClient()" to do HTTP requests with full control | |
26 * New function: "OrthancPluginGenerateUuid()" to generate a UUID | |
27 | |
28 Lua | |
29 --- | |
30 | |
31 * Access to the HTTP headers in the "IncomingHttpRequestFilter()" callback | |
32 | |
12 Image decoding | 33 Image decoding |
13 -------------- | 34 -------------- |
14 | 35 |
15 * New URI: "/instances/.../frames/.../raw" to access the raw frames (bypass image decoding) | |
16 * Huge speedup if decoding the family of JPEG transfer syntaxes | 36 * Huge speedup if decoding the family of JPEG transfer syntaxes |
17 * Refactoring leading to speedups with custom image decoders (including Web viewer plugin) | 37 * Refactoring leading to speedups with custom image decoders (including Web viewer plugin) |
18 * Support decoding of RLE Lossless transfer syntax | 38 * Support decoding of RLE Lossless transfer syntax |
19 * Support of signed 16bpp images in ParsedDicomFile | 39 * Support of signed 16bpp images in ParsedDicomFile |
20 | |
21 Plugins | |
22 ------- | |
23 | |
24 * New callback to filter incoming HTTP requests: OrthancPluginRegisterIncomingHttpRequestFilter() | |
25 * New callback to handle non-worklists C-Find requests: OrthancPluginRegisterCFindCallback() | |
26 * New function: "OrthancPluginHttpClient()" to do HTTP requests with full control | |
27 * New function: "OrthancPluginGenerateUuid()" to generate a UUID | |
28 | |
29 Lua | |
30 --- | |
31 | |
32 * Access to the HTTP headers in the "IncomingHttpRequestFilter()" callback | |
33 | |
34 REST API | |
35 -------- | |
36 | |
37 * New URI "/modalities/.../move" to issue C-Move SCU requests | |
38 * "MoveOriginatorID" can be specified for "/modalities/.../store" | |
39 | 40 |
40 Maintenance | 41 Maintenance |
41 ----------- | 42 ----------- |
42 | 43 |
43 * New logo of Orthanc | 44 * New logo of Orthanc |