comparison NEWS @ 3429:954d15f24366

new function in SDK: OrthancPluginGetTagName()
author Sebastien Jodogne <s.jodogne@gmail.com>
date Mon, 17 Jun 2019 18:04:02 +0200
parents 6add197274b1
children 64eafed9418a
comparison
equal deleted inserted replaced
3428:6add197274b1 3429:954d15f24366
13 ------- 13 -------
14 14
15 * New functions in the SDK: 15 * New functions in the SDK:
16 - OrthancPluginHttpClientChunkedBody(): HTTP client for POST/PUT with a chunked body 16 - OrthancPluginHttpClientChunkedBody(): HTTP client for POST/PUT with a chunked body
17 - OrthancPluginRegisterMultipartRestCallback(): HTTP server for POST/PUT with multipart body 17 - OrthancPluginRegisterMultipartRestCallback(): HTTP server for POST/PUT with multipart body
18 - OrthancPluginGetTagName(): Retrieve the name of a DICOM tag from its group and element
18 19
19 Maintenance 20 Maintenance
20 ----------- 21 -----------
21 22
22 * Orthanc now accepts "-H 'Transfer-Encoding: chunked'" option from curl 23 * Orthanc now accepts "-H 'Transfer-Encoding: chunked'" option from curl