comparison 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
comparison
equal deleted inserted replaced
1826:ac5b0b4e2434 1827:4b6673e828f4
42 - "OrthancPluginDicomBufferToJson()" to convert DICOM to JSON 42 - "OrthancPluginDicomBufferToJson()" to convert DICOM to JSON
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 * New events in change callbacks: 48 * New events in change callbacks:
48 - "OrthancStarted" 49 - "OrthancStarted"
49 - "OrthancStopped" 50 - "OrthancStopped"
50 - "UpdatedAttachment" 51 - "UpdatedAttachment"
51 - "UpdatedMetadata" 52 - "UpdatedMetadata"