comparison NEWS @ 1826:ac5b0b4e2434

refactoring of DicomImageDecoder
author Sebastien Jodogne <s.jodogne@gmail.com>
date Wed, 25 Nov 2015 16:00:57 +0100
parents b530c3dfe2a6
children 4b6673e828f4
comparison
equal deleted inserted replaced
1825:f0f8a94c0858 1826:ac5b0b4e2434
35 35
36 Plugins 36 Plugins
37 ------- 37 -------
38 38
39 * New functions: 39 * New functions:
40 - "OrthancPluginRegisterDecodeImageCallback()" to replace the built-in image decoder
40 - "OrthancPluginDicomInstanceToJson()" to convert DICOM to JSON 41 - "OrthancPluginDicomInstanceToJson()" to convert DICOM to JSON
41 - "OrthancPluginDicomBufferToJson()" to convert DICOM to JSON 42 - "OrthancPluginDicomBufferToJson()" to convert DICOM to JSON
42 - "OrthancPluginRegisterErrorCode()" to declare custom error codes 43 - "OrthancPluginRegisterErrorCode()" to declare custom error codes
43 - "OrthancPluginRegisterDictionaryTag()" to declare custom DICOM tags 44 - "OrthancPluginRegisterDictionaryTag()" to declare custom DICOM tags
44 - "OrthancPluginRestApiGet2()" to provide HTTP headers when calling Orthanc API 45 - "OrthancPluginRestApiGet2()" to provide HTTP headers when calling Orthanc API