v1
latestOpenAPI 3.0.02026-07-142740323.4 KBRender a frame
Render one frame of interest from the given DICOM instance. This function takes scaling into account (RescaleSlope and RescaleIntercept tags), as well as the default windowing stored in the DICOM file (WindowCenter and WindowWidthtags), and can be used to resize the resulting image. Color images are not affected by windowing.
Path parameters
Index of the frame (starts at 0)
Orthanc identifier of the DICOM instance of interest
Query parameters
Height of the resized image
Quality for JPEG images (between 1 and 100, defaults to 90)
Returns an unsupported.png placeholder image if unable to provide the image instead of returning a 415 HTTP error (defaults to false)
Whether to smooth image on resize
Width of the resized image
Windowing center
Windowing width
Headers
Format of the resulting image. Can be image/png (default), image/jpeg or image/x-portable-arbitrarymap