Content-Type:
multipart/related; type=application/octet-stream; boundary={MessageBoundary}
multipart/related; type={MediaType}; boundary={MessageBoundary}
The entire multipart response contains all bulk data for the specified Instance that can be converted to one of the requested media types.
Each item in the response is one of:
an uncompressed bulk data element encoded in Little Endian binary format with the following headers:
Content-Type: application/octet-stream
Content-Location: {BulkDataURL}
a compressed bulk data element from a SOP Instance encoded in a single-frame media type with the following headers:
Content-Type: {MediaType}
Content-Location: {BulkDataURL}
a compressed frame from a multi-frame SOP Instance encoded in a single-frame media type with the following headers:
Content-Type: {MediaType}
Content-Location: {BulkDataURL}/frames/{FrameNumber}
a set of compressed frames from a multi-frame SOP Instance encoded in a multi-frame media type with the following headers:
Content-Type: {MediaType}
Content-Location: {BulkDataURL}[/frames/{FrameList}]
{FrameList} is a list of frames separated by %2C (comma). It may be omitted if the message part includes all frames for the specified bulk pixel data object.