v1

latestOpenAPI 3.0.02026-07-132990743.4 KB
Instances

Decode a frame (preview)

Decode one frame of interest from the given DICOM instance. The full dynamic range of grayscale images is rescaled to the [0,255] range.

get/instances/{id}/frames/{frame}/preview

Path parameters

framenumber required

Index of the frame (starts at 0)

idstring required

Orthanc identifier of the DICOM instance of interest

Query parameters

qualitynumber

Quality for JPEG images (between 1 and 100, defaults to 90)

returnUnsupportedImageboolean

Returns an unsupported.png placeholder image if unable to provide the image instead of returning a 415 HTTP error (value is true if option is present)

Headers

Acceptstring

Format of the resulting image. Can be image/png (default), image/jpeg or image/x-portable-arbitrarymap