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 series.retrieveSeries DICOMweb request. For example, studies/{studyUid}/series/{seriesUid}.
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."],[[["`series.retrieveSeries` retrieves all instances within a specified study and series, as per the DICOM standard."],["The HTTP request uses a GET method with a specific URL structure that includes the DICOM store location and the study/series path."],["Authorization to use this endpoint requires the `healthcare.dicomStores.dicomWebRead` IAM permission on the specified DICOM store."],["The request body for `series.retrieveSeries` must be empty, and the response format is defined by the method itself."],["Utilizing `series.retrieveSeries` requires one of the specified OAuth scopes: either `https://www.googleapis.com/auth/cloud-healthcare` or `https://www.googleapis.com/auth/cloud-platform`."]]],[]]