comparison NEWS @ 1861:a7bea843a7bc

"OrthancPluginLookupDictionary()" to get information about some DICOM tag
author Sebastien Jodogne <s.jodogne@gmail.com>
date Wed, 02 Dec 2015 13:00:18 +0100
parents 4e7c318a3f69
children 2684ded7c7b3
comparison
equal deleted inserted replaced
1860:c7d70f659190 1861:a7bea843a7bc
41 - "OrthancPluginRegisterDecodeImageCallback()" to replace the built-in image decoder 41 - "OrthancPluginRegisterDecodeImageCallback()" to replace the built-in image decoder
42 - "OrthancPluginDicomInstanceToJson()" to convert DICOM to JSON 42 - "OrthancPluginDicomInstanceToJson()" to convert DICOM to JSON
43 - "OrthancPluginDicomBufferToJson()" to convert DICOM to JSON 43 - "OrthancPluginDicomBufferToJson()" to convert DICOM to JSON
44 - "OrthancPluginRegisterErrorCode()" to declare custom error codes 44 - "OrthancPluginRegisterErrorCode()" to declare custom error codes
45 - "OrthancPluginRegisterDictionaryTag()" to declare custom DICOM tags 45 - "OrthancPluginRegisterDictionaryTag()" to declare custom DICOM tags
46 - "OrthancPluginLookupDictionary()" to get information about some DICOM tag
46 - "OrthancPluginRestApiGet2()" to provide HTTP headers when calling Orthanc API 47 - "OrthancPluginRestApiGet2()" to provide HTTP headers when calling Orthanc API
47 - "OrthancPluginGetInstanceOrigin()" to know through which mechanism an instance was received 48 - "OrthancPluginGetInstanceOrigin()" to know through which mechanism an instance was received
48 - "OrthancPluginCreateImage()" and "OrthancPluginCreateImageAccessor()" to create images 49 - "OrthancPluginCreateImage()" and "OrthancPluginCreateImageAccessor()" to create images
49 - "OrthancPluginDecodeDicomImage()" to decode DICOM images 50 - "OrthancPluginDecodeDicomImage()" to decode DICOM images
50 - "OrthancPluginComputeMd5()" and "OrthancPluginComputeSha1()" to compute MD5/SHA-1 hash 51 - "OrthancPluginComputeMd5()" and "OrthancPluginComputeSha1()" to compute MD5/SHA-1 hash