retrieveBulkdata
public CloudHealthcare.Projects.Locations.Datasets.DicomStores.Studies.Series.Instances.Bulkdata.RetrieveBulkdata retrieveBulkdata(String parent,
String dicomWebPath)
throws IOException
Returns uncompressed, unencoded bytes representing the referenced bulkdata tag from an instance.
See [Retrieve Transaction]
(http://dicom.nema.org/medical/dicom/current/output/html/part18.html#sect_10.4){: .external}. For
details on the implementation of RetrieveBulkdata, see [Bulkdata
resources](https://cloud.google.com/healthcare/docs/dicom#bulkdata-resources) in the Cloud
Healthcare API conformance statement. For samples that show how to call RetrieveBulkdata, see
[Retrieve bulkdata](https://cloud.google.com/healthcare/docs/how-tos/dicomweb#retrieve-bulkdata).
Create a request for the method "bulkdata.retrieveBulkdata".
This request holds the parameters needed by the healthcare server. After setting any optional
parameters, call the AbstractGoogleClientRequest.execute()
method to invoke the remote operation.
- Parameters:
parent
- Required. The name of the DICOM store that is being accessed. For example,
`projects/{project_id}/locations/{location_id}/datasets/{dataset_id}/dicomStores/{dicom_st
ore_id}`.
dicomWebPath
- Required. The path for the `RetrieveBulkdata` DICOMweb request. For example,
`studies/{study_uid}/series/{series_uid}/instances/{instance_uid}/bukdata/{bulkdata_uri}`.
- Returns:
- the request
- Throws:
IOException