Stay organized with collections
Save and categorize content based on your preferences.
Full name: projects.locations.datasets.dicomStores.studies.series.instances.bulkdata.retrieveBulkdata
Returns uncompressed, unencoded bytes representing the referenced bulkdata tag from an instance. See Retrieve Transaction{: .external}.
For details on the implementation of bulkdata.retrieveBulkdata, see Bulkdata resources in the Cloud Healthcare API conformance statement.
For samples that show how to call bulkdata.retrieveBulkdata, see Retrieve bulkdata.
HTTP request
GET https://healthcare.googleapis.com/v1beta1/{parent=projects/*/locations/*/datasets/*/dicomStores/*}/dicomWeb/{dicomWebPath=studies/*/series/*/instances/*/bulkdata/*/**}
Required. The name of the DICOM store that is being accessed. For example, projects/{projectId}/locations/{locationId}/datasets/{datasetId}/dicomStores/{dicomStoreId}.
Authorization requires the following IAM permission on the specified resource parent:
healthcare.dicomStores.dicomWebRead
dicomWebPath
string
Required. The path for the bulkdata.retrieveBulkdata DICOMweb request. For example, studies/{studyUid}/series/{seriesUid}/instances/{instanceUid}/bukdata/{bulkdata_uri}.
Request body
The request body must be empty.
Response body
If successful, the response is a generic HTTP response whose format is defined by the method.
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Hard to understand","hardToUnderstand","thumb-down"],["Incorrect information or sample code","incorrectInformationOrSampleCode","thumb-down"],["Missing the information/samples I need","missingTheInformationSamplesINeed","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-06-27 UTC."],[[["\u003cp\u003eThis API endpoint, \u003ccode\u003eprojects.locations.datasets.dicomStores.studies.series.instances.bulkdata.retrieveBulkdata\u003c/code\u003e, retrieves uncompressed, unencoded byte data from a specified bulkdata tag within a DICOM instance.\u003c/p\u003e\n"],["\u003cp\u003eThe request is made using a \u003ccode\u003eGET\u003c/code\u003e HTTP method to a specific URL, structured according to gRPC Transcoding syntax, which includes parameters to define the DICOM store and the path to the bulkdata.\u003c/p\u003e\n"],["\u003cp\u003eThe request requires a valid \u003ccode\u003eparent\u003c/code\u003e parameter, representing the DICOM store's name, and a \u003ccode\u003edicomWebPath\u003c/code\u003e parameter that specifies the location of the requested bulkdata.\u003c/p\u003e\n"],["\u003cp\u003eAuthorization for this request requires the \u003ccode\u003ehealthcare.dicomStores.dicomWebRead\u003c/code\u003e IAM permission on the \u003ccode\u003eparent\u003c/code\u003e resource and one of two OAuth scopes, \u003ccode\u003ehttps://www.googleapis.com/auth/cloud-healthcare\u003c/code\u003e or \u003ccode\u003ehttps://www.googleapis.com/auth/cloud-platform\u003c/code\u003e.\u003c/p\u003e\n"],["\u003cp\u003eThe request body must be empty, and if successful, the response will be a generic HTTP response with the requested data.\u003c/p\u003e\n"]]],[],null,[]]