MINT 2.0 Get Bulk Data

35 views
Skip to first unread message

Thomas Sondergaard

unread,
Jun 8, 2012, 10:28:37 AM6/8/12
to mint...@googlegroups.com
I have looked at the services in MINT V2 0 Operations (draft final).xlsx
and these are the ones that I think I would need to implement a basic
viewer on top of MINT, where you can find a patient and perform the
rendering locally, with data fetched asynchronously on-demand

* Search
* Get Metadata
* Get Image/Frame
* Get Bulk Data

"Get Bulk Data" I would expect to use to fetch bitmap overlays. Is there
a reason this function is not slated for inclusion in WADO-RS?

Thanks,

Thomas

--
Thomas Søndergaard
R&D Manager

Mobile: (+45) 5157 3090
Skype: tsondergaard

Medical Insight A/S
Krumtappen 4, Etage 3
2500 Valby
Denmark

Timothy Culp (Harris)

unread,
Jun 8, 2012, 10:36:27 AM6/8/12
to mint-user
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:
Reply all
Reply to author
Forward
0 new messages