DICOM PS3.18 2024d - Web Services

B.34 Render One Phase of a Multi-phase Series as a MIP

This example illustrates a request for a static MPR rendering of one phase of a multi-phase series. A volume input reference is provided to identify the desired phase. Coronal orientation is specified using camera orientation parameters. The MPR MIP is 20mm thick and windowed at a width of 700 and center of 100. The returned JPEG image is scaled to a matrix size of 256 by 256.

GET /radiology
  /studies/1.2.250.1.59.40211.12345678.678910
  /series/1.2.250.1.59.40211.789001276.14556172.67789/renderedmpr?
    volumeinputreference=1.2.250.1.59.40211.2678810.87991027.899772.2
    &renderingmethod=maximum_ip
    &mprslab=20
    &viewpointposition=100,101,200
    &viewpointlookat=100,100,200
    &viewpointup=0,0,1
    &viewport=256,256
    &window=700,100,linear
  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