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 dicomStores.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-04-01 UTC."],[[["`dicomStores.searchForSeries` is used to retrieve a list of matching DICOM series, aligning with the DICOMweb Search transaction standard."],["This method can be accessed via a `GET` HTTP request to a specific URL that includes the parent DICOM store and the desired DICOMweb path."],["Authorization to use this method requires the `healthcare.dicomStores.dicomWebRead` IAM permission on the specified DICOM store."],["The `dicomWebPath` parameter in the request URL specifies what the method should search for, such as all series or series within a specific study."],["Accessing this method requires one of the following OAuth scopes: `https://www.googleapis.com/auth/cloud-healthcare` or `https://www.googleapis.com/auth/cloud-platform`."]]],[]]