comparison NEWS @ 1833:47d032c48818

"OrthancPluginComputeMd5()" and "OrthancPluginComputeSha1()" to compute MD5/SHA-1 hash
author Sebastien Jodogne <s.jodogne@gmail.com>
date Fri, 27 Nov 2015 12:22:44 +0100
parents b7da58699f92
children 3dcf5c0734c9
comparison
equal deleted inserted replaced
1832:b7da58699f92 1833:47d032c48818
45 - "OrthancPluginRegisterDictionaryTag()" to declare custom DICOM tags 45 - "OrthancPluginRegisterDictionaryTag()" to declare custom DICOM tags
46 - "OrthancPluginRestApiGet2()" to provide HTTP headers when calling Orthanc API 46 - "OrthancPluginRestApiGet2()" to provide HTTP headers when calling Orthanc API
47 - "OrthancPluginGetInstanceOrigin()" to know through which mechanism an instance was received 47 - "OrthancPluginGetInstanceOrigin()" to know through which mechanism an instance was received
48 - "OrthancPluginCreateImage()" and "OrthancPluginCreateImageAccessor()" to create images 48 - "OrthancPluginCreateImage()" and "OrthancPluginCreateImageAccessor()" to create images
49 - "OrthancPluginDecodeDicomImage()" to decode DICOM images 49 - "OrthancPluginDecodeDicomImage()" to decode DICOM images
50 - "OrthancPluginComputeMd5()" and "OrthancPluginComputeSha1()" to compute MD5/SHA-1 hash
50 * New events in change callbacks: 51 * New events in change callbacks:
51 - "OrthancStarted" 52 - "OrthancStarted"
52 - "OrthancStopped" 53 - "OrthancStopped"
53 - "UpdatedAttachment" 54 - "UpdatedAttachment"
54 - "UpdatedMetadata" 55 - "UpdatedMetadata"