comparison NEWS @ 5303:9504de20d43d am-experimental

new SDK function OrthancPluginEncodeDicomWebJson3 that allows injecting an empty PixelData element at the end
author Alain Mazy <am@osimis.io>
date Thu, 25 May 2023 17:19:52 +0200
parents f26ed26a7793
children 79fa77e9fa0d
comparison
equal deleted inserted replaced
5301:f26ed26a7793 5303:9504de20d43d
21 21
22 * WIP: new dicomWeb Json format for some of the Rest API routes. 22 * WIP: new dicomWeb Json format for some of the Rest API routes.
23 * WIP: new 'include' get arguments for some of the Rest API routes to define 23 * WIP: new 'include' get arguments for some of the Rest API routes to define
24 the content of the response. Useful since the dicomWeb format is very slow 24 the content of the response. Useful since the dicomWeb format is very slow
25 to serialize. 25 to serialize.
26
27 * New functions in the SDK:
28 - OrthancPluginEncodeDicomWebJson3()
29 TODO: Xml version
30
31
26 32
27 Version 1.12.0 (2023-04-14) 33 Version 1.12.0 (2023-04-14)
28 =========================== 34 ===========================
29 35
30 General 36 General