comparison NEWS @ 1829:31df3b48925e

OrthancPluginDecodeDicomImage
author Sebastien Jodogne <s.jodogne@gmail.com>
date Wed, 25 Nov 2015 17:35:52 +0100
parents 4b6673e828f4
children 2921384cc352
comparison
equal deleted inserted replaced
1828:a71d74987090 1829:31df3b48925e
43 - "OrthancPluginRegisterErrorCode()" to declare custom error codes 43 - "OrthancPluginRegisterErrorCode()" to declare custom error codes
44 - "OrthancPluginRegisterDictionaryTag()" to declare custom DICOM tags 44 - "OrthancPluginRegisterDictionaryTag()" to declare custom DICOM tags
45 - "OrthancPluginRestApiGet2()" to provide HTTP headers when calling Orthanc API 45 - "OrthancPluginRestApiGet2()" to provide HTTP headers when calling Orthanc API
46 - "OrthancPluginGetInstanceOrigin()" to know through which mechanism an instance was received 46 - "OrthancPluginGetInstanceOrigin()" to know through which mechanism an instance was received
47 - "OrthancPluginCreateImage()" and "OrthancPluginCreateImageAccessor()" to create images 47 - "OrthancPluginCreateImage()" and "OrthancPluginCreateImageAccessor()" to create images
48 - "OrthancPluginDecodeDicomImage()" to decode DICOM images
48 * New events in change callbacks: 49 * New events in change callbacks:
49 - "OrthancStarted" 50 - "OrthancStarted"
50 - "OrthancStopped" 51 - "OrthancStopped"
51 - "UpdatedAttachment" 52 - "UpdatedAttachment"
52 - "UpdatedMetadata" 53 - "UpdatedMetadata"