Mercurial > hg > orthanc
diff NEWS @ 1827:4b6673e828f4
"OrthancPluginCreateImage()" and "OrthancPluginCreateImageAccessor()" to create images
author | Sebastien Jodogne <s.jodogne@gmail.com> |
---|---|
date | Wed, 25 Nov 2015 16:39:03 +0100 |
parents | ac5b0b4e2434 |
children | 31df3b48925e |
line wrap: on
line diff
--- a/NEWS Wed Nov 25 16:00:57 2015 +0100 +++ b/NEWS Wed Nov 25 16:39:03 2015 +0100 @@ -44,6 +44,7 @@ - "OrthancPluginRegisterDictionaryTag()" to declare custom DICOM tags - "OrthancPluginRestApiGet2()" to provide HTTP headers when calling Orthanc API - "OrthancPluginGetInstanceOrigin()" to know through which mechanism an instance was received + - "OrthancPluginCreateImage()" and "OrthancPluginCreateImageAccessor()" to create images * New events in change callbacks: - "OrthancStarted" - "OrthancStopped"