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 of the studies.retrieveStudy DICOMweb request. For example, studies/{studyUid}.
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-01-28 UTC."],[[["This endpoint, `studies.retrieveStudy`, is used to retrieve all instances within a specified DICOM study."],["The request URL requires the `parent` parameter, which is the DICOM store's resource name, and the `dicomWebPath` parameter, which specifies the study's unique identifier."],["This request uses an HTTP GET method and the request body must remain empty."],["Successful responses are returned as a generic HTTP response whose specific format is determined by the method."],["Accessing this endpoint requires either the `https://www.googleapis.com/auth/cloud-healthcare` or the `https://www.googleapis.com/auth/cloud-platform` OAuth scopes for authorization."]]],[]]