diff 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
line wrap: on
line diff
--- a/NEWS	Wed Feb 06 16:46:08 2019 +0100
+++ b/NEWS	Wed Feb 06 18:01:43 2019 +0100
@@ -22,7 +22,12 @@
 Plugins
 -------
 
-* New primitives in the plugin SDK to set and refresh metrics
+* New functions in the SDK:
+  - OrthancPluginSetMetricsValue() to set the value of a metrics
+  - OrthancPluginRegisterRefreshMetricsCallback() to ask to refresh metrics
+  - OrthancPluginEncodeDicomWebJson() to convert DICOM to "application/dicom+json"
+  - OrthancPluginEncodeDicomWebXml() to convert DICOM to "application/dicom+xml"
+* New function: 
 * New extensions in the database SDK: LookupResourceAndParent and GetAllMetadata
 
 Maintenance