Mercurial > hg > orthanc
diff 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 |
line wrap: on
line diff
--- a/NEWS Wed May 25 15:16:17 2016 +0200 +++ b/NEWS Thu May 26 14:24:56 2016 +0200 @@ -2,6 +2,13 @@ =============================== +REST API +-------- + +* New URI: "/instances/.../frames/.../raw" to access the raw frames (bypass image decoding) +* New URI "/modalities/.../move" to issue C-Move SCU requests +* "MoveOriginatorID" can be specified for "/modalities/.../store" + Dicom protocol -------------- @@ -9,20 +16,12 @@ 0008-0061, 0008-0062, 0020-1200, 0020-1202, 0020-1204, 0020-1206, 0020-1208, 0020-1209 * Support of Move Originator Message ID (0000,1031) in C-Store responses driven by C-Move -Image decoding --------------- - -* New URI: "/instances/.../frames/.../raw" to access the raw frames (bypass image decoding) -* Huge speedup if decoding the family of JPEG transfer syntaxes -* Refactoring leading to speedups with custom image decoders (including Web viewer plugin) -* Support decoding of RLE Lossless transfer syntax -* Support of signed 16bpp images in ParsedDicomFile - Plugins ------- * New callback to filter incoming HTTP requests: OrthancPluginRegisterIncomingHttpRequestFilter() -* New callback to handle non-worklists C-Find requests: OrthancPluginRegisterCFindCallback() +* New callback to handle non-worklists C-Find requests: OrthancPluginRegisterFindCallback() +* New callback to handle C-Move requests: OrthancPluginRegisterMoveCallback() * New function: "OrthancPluginHttpClient()" to do HTTP requests with full control * New function: "OrthancPluginGenerateUuid()" to generate a UUID @@ -31,11 +30,13 @@ * Access to the HTTP headers in the "IncomingHttpRequestFilter()" callback -REST API --------- +Image decoding +-------------- -* New URI "/modalities/.../move" to issue C-Move SCU requests -* "MoveOriginatorID" can be specified for "/modalities/.../store" +* Huge speedup if decoding the family of JPEG transfer syntaxes +* Refactoring leading to speedups with custom image decoders (including Web viewer plugin) +* Support decoding of RLE Lossless transfer syntax +* Support of signed 16bpp images in ParsedDicomFile Maintenance -----------