| DICOM PS3.18 2016a - Web Services |
|---|
This action retrieves the DICOM frames for a given study, series, SOP Instance UID, and frame numbers. The response is pixel data, and is encapsulated in a multipart MIME response.
The specific Services resources to be used for the RetrieveFrames action shall be as follows:
{SERVICE}/studies/{StudyInstanceUID}/series/{SeriesInstanceUID}/instances/{SOPInstanceUID}/frames/{FrameList}, where
{SERVICE} is the base URL for the service. This may be a combination of protocol (either http or https), host, port, and application.
{StudyInstanceUID} is the study instance UID for a single study.
{SeriesInstanceUID} is the series instance UID for a single series.
{SOPInstanceUID} is the SOP Instance UID for a single SOP Instance.
{FrameList} is a comma or %2C separated list of one or more non duplicate frame numbers. These may be in any order (e.g., ../frames/1,2,4,3).
multipart/related; type=application/octet-stream
Specifies that the response can be Little Endian uncompressed pixel data
multipart/related; type={MediaType}
Specifies that the response can be pixel data encoded using a {MediaType} and {TransferSyntaxUID} listed in Table 6.5-1 (including parameters).
| DICOM PS3.18 2016a - Web Services |
|---|