Stay organized with collections
Save and categorize content based on your preferences.
Full name: projects.locations.datasets.dicomStores.studies.searchForSeries
studies.searchForSeries returns a list of matching series. See RetrieveTransaction.
For details on the implementation of studies.searchForSeries, see Search transaction in the Cloud Healthcare API conformance statement.
For samples that show how to call studies.searchForSeries, see Search for DICOM data.
HTTP request
GET https://healthcare.googleapis.com/v1beta1/{parent=projects/*/locations/*/datasets/*/dicomStores/*}/dicomWeb/{dicomWebPath=studies/*/series}
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.searchForSeries DICOMweb request. For example, series or studies/{studyUid}/series.
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."],[[["`projects.locations.datasets.dicomStores.studies.searchForSeries` allows you to retrieve a list of series that match specific criteria, as defined by the DICOMweb `RetrieveTransaction`."],["You can find implementation details for `studies.searchForSeries` within the Cloud Healthcare API's Search transaction documentation, which is part of the conformance statement."],["To execute the `studies.searchForSeries` operation, you need to perform an HTTP `GET` request to a specified URL, using the `gRPC Transcoding` syntax, and provide a valid `parent` and `dicomWebPath`."],["To successfully authorize the `studies.searchForSeries` operation, it is necessary to have the `healthcare.dicomStores.dicomWebRead` IAM permission for the specified parent resource, and one of the following OAuth scopes: `https://www.googleapis.com/auth/cloud-healthcare` or `https://www.googleapis.com/auth/cloud-platform`."],["The request body for `studies.searchForSeries` must remain empty."]]],[]]