DICOM PS3.18 2024d - Web Services

B.31 Render a Series as a 3D Volume

This example illustrates a request to render a series as a 3D volume, returned as a JPEG image. The series contains legacy instances. Since no other parameters are specified, they are determined by the origin server.

GET /radiology
  /studies/1.2.250.1.59.40211.12345678.678910
  /series/1.2.250.1.59.40211.789001276.14556172.67789
  /rendered3D?renderingmethod=volume_rendered
  HTTP/1.1
Host: www.hospital-stmarco
Accept: image/jpeg

HTTP/1.1 200 OK
Content-Length: 79323
Content-Type: image/jpeg
<BINARY JPEG DATA>
DICOM PS3.18 2024d - Web Services