DICOM PS3.18 2024d - Web Services

B.35 Render a Volume Rendering Volumetric Presentation State

This example illustrates a request to render a Volume Rendering Volumetric Presentation State instance as a JPEG image. The origin server retrieves the instance corresponding to the specified UID, extracts volumetric rendering parameters from the Volume Rendering Volumetric Presentation State instance, retrieves the images referenced in the Referenced Image Sequence.

Since no additional parameters are provided directly in the request, the server applies the volumetric rendering parameters from the Volume Rendering Volumetric Presentation State instance, including techniques for rendering, shading, and coloring, to generate the rendered JPEG image.

The server performs the rendering, and returns the result in the requested media type.

GET /radiology
  /studies/1.2.250.1.59.40211.12345678.678910
  /series/1.2.250.1.59.40211.981472893.33567182.83456
  /instances/1.2.250.1.59.40211.2678810.76391234.455673.3
  /rendered3D
  HTTP/1.1 
            
Host: www.hospital-stmarco
Accept: image/jpeg
HTTP/1.1 200 OK
Content-Length: 78,643
Content-Type: image/jpeg
<BINARY JPEG DATA>
DICOM PS3.18 2024d - Web Services