comparison Plugins/Engine/OrthancPlugins.h @ 3928:4cdc875510d1 transcoding

ServerContext::DecodeDicomFrame()
author Sebastien Jodogne <s.jodogne@gmail.com>
date Thu, 14 May 2020 13:31:05 +0200
parents 6f11b3233a06
children 7dc5e7e0045d
comparison
equal deleted inserted replaced
3926:2910b0d30fe0 3928:4cdc875510d1
326 326
327 virtual IWorklistRequestHandler* ConstructWorklistRequestHandler() ORTHANC_OVERRIDE; 327 virtual IWorklistRequestHandler* ConstructWorklistRequestHandler() ORTHANC_OVERRIDE;
328 328
329 bool HasCustomImageDecoder(); 329 bool HasCustomImageDecoder();
330 330
331 // Contrarily to "Decode()", this method does not fallback to the
332 // builtin image decoder, if no installed custom decoder can
333 // handle the image (it returns NULL in this case).
334 ImageAccessor* DecodeUnsafe(const void* dicom,
335 size_t size,
336 unsigned int frame);
337
338 virtual ImageAccessor* Decode(const void* dicom, 331 virtual ImageAccessor* Decode(const void* dicom,
339 size_t size, 332 size_t size,
340 unsigned int frame) ORTHANC_OVERRIDE; 333 unsigned int frame) ORTHANC_OVERRIDE;
341 334
342 virtual bool IsAllowed(HttpMethod method, 335 virtual bool IsAllowed(HttpMethod method,