It's there in Section 6.5.5. It got changed at the last meeting from a
BulkdataList to a BulkdataID with an optional offset and length. This
means you will only be able to request one bulkdata item per request.
6.5.5 RS - RetrieveBulkdata
6.5.5.1 Request
The specific RESTful Services resource to be used for the
RetrieveBulkdata action shall be as follows:
• Resource
o {SERVICE}/studies/{StudyInstanceUID}/series/{SeriesInstanceUID}/
instances/{SOPInstanceUID}/bulkdata/{{BulkdataID}?offset={Offset}
&length={Length}, where
{SERVICE} is the base url for the WADO RESTful service. This
may be a combination of host, port, and protocol (http or https).
{StudyInstanceUID} is the unique study instance UID for a
single study.
{SeriesInstanceUID} is the unique series instance UID for a
single series.
{SOPInstanceUID} is the unique SOP instance UID for a single
instance.
{BulkdataID} is a bulkdata identifier (UUID, UID, etc) that
is unique within the given SOP instance UID.
{Offset} is the starting offset in bytes within the bulkdata
item.
{Length} is the number of bytes to be retrieved from the
bulkdata item starting from the offset.
--
tim
On Jun 8, 10:28 am, Thomas Sondergaard <
t...@medical-insight.com>
wrote: