comparison NEWS @ 3205:6c86d4d407da

new in plugin sdk: OrthancPluginEncodeDicomWebJson() and OrthancPluginEncodeDicomWebXml()
author Sebastien Jodogne <s.jodogne@gmail.com>
date Wed, 06 Feb 2019 18:01:43 +0100
parents 810772486249
children 304184684107
comparison
equal deleted inserted replaced
3204:8792867b739a 3205:6c86d4d407da
20 * URI "/peers?expand" provides more information about the peers 20 * URI "/peers?expand" provides more information about the peers
21 21
22 Plugins 22 Plugins
23 ------- 23 -------
24 24
25 * New primitives in the plugin SDK to set and refresh metrics 25 * New functions in the SDK:
26 - OrthancPluginSetMetricsValue() to set the value of a metrics
27 - OrthancPluginRegisterRefreshMetricsCallback() to ask to refresh metrics
28 - OrthancPluginEncodeDicomWebJson() to convert DICOM to "application/dicom+json"
29 - OrthancPluginEncodeDicomWebXml() to convert DICOM to "application/dicom+xml"
30 * New function:
26 * New extensions in the database SDK: LookupResourceAndParent and GetAllMetadata 31 * New extensions in the database SDK: LookupResourceAndParent and GetAllMetadata
27 32
28 Maintenance 33 Maintenance
29 ----------- 34 -----------
30 35