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-06-27 UTC."],[[["\u003cp\u003eThe \u003ccode\u003edicomStores.searchForSeries\u003c/code\u003e method retrieves a list of DICOM series matching specific criteria, as detailed in the DICOM Search Transaction standard.\u003c/p\u003e\n"],["\u003cp\u003eThis method's implementation details can be found in the Cloud Healthcare API conformance statement's Search transaction section.\u003c/p\u003e\n"],["\u003cp\u003eThe HTTP request for this method uses \u003ccode\u003eGET\u003c/code\u003e and a specific URL structure, incorporating gRPC Transcoding syntax, and requires a \u003ccode\u003eparent\u003c/code\u003e parameter to specify the DICOM store.\u003c/p\u003e\n"],["\u003cp\u003eAccessing \u003ccode\u003edicomStores.searchForSeries\u003c/code\u003e requires \u003ccode\u003ehealthcare.dicomStores.dicomWebRead\u003c/code\u003e IAM permission on the parent resource, and one of two OAuth scopes.\u003c/p\u003e\n"],["\u003cp\u003eThe request body must be empty when using the \u003ccode\u003edicomStores.searchForSeries\u003c/code\u003e method, while the successful response format will vary based on the method.\u003c/p\u003e\n"]]],[],null,["# Method: dicomStores.searchForSeries\n\n**Full name**: projects.locations.datasets.dicomStores.searchForSeries\n\ndicomStores.searchForSeries returns a list of matching series. See [Search Transaction](http://dicom.nema.org/medical/dicom/current/output/html/part18.html#sect_10.6).\n\nFor details on the implementation of dicomStores.searchForSeries, see [Search transaction](https://cloud.google.com/healthcare/docs/dicom#search_transaction) in the Cloud Healthcare API conformance statement.\n\nFor samples that show how to call dicomStores.searchForSeries, see [Search for DICOM data](https://cloud.google.com/healthcare/docs/how-tos/dicomweb#search-dicom).\n\n### HTTP request\n\n`GET https://healthcare.googleapis.com/v1/{parent=projects/*/locations/*/datasets/*/dicomStores/*}/dicomWeb/{dicomWebPath=series}`\n\nThe URL uses [gRPC Transcoding](https://google.aip.dev/127) syntax.\n\n### Path parameters\n\n### Request body\n\nThe request body must be empty.\n\n### Response body\n\nIf successful, the response is a generic HTTP response whose format is defined by the method.\n\n### Authorization scopes\n\nRequires one of the following OAuth scopes:\n\n- `https://www.googleapis.com/auth/cloud-healthcare`\n- `https://www.googleapis.com/auth/cloud-platform`\n\nFor more information, see the [Authentication Overview](/docs/authentication#authorization-gcp)."]]