Stay organized with collections
Save and categorize content based on your preferences.
Full name: projects.locations.datasets.dicomStores.searchForStudies
dicomStores.searchForStudies returns a list of matching studies. See Search Transaction.
For details on the implementation of dicomStores.searchForStudies, see Search transaction in the Cloud Healthcare API conformance statement.
For samples that show how to call dicomStores.searchForStudies, see Search for DICOM data.
HTTP request
GET https://healthcare.googleapis.com/v1/{parent=projects/*/locations/*/datasets/*/dicomStores/*}/dicomWeb/{dicomWebPath=studies}
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.searchForStudies DICOMweb request. For example, studies.
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.searchForStudies` is a method that retrieves a list of matching studies, detailed further in the Search Transaction documentation."],["This method uses a `GET` HTTP request with a specific URL structure defined by gRPC Transcoding syntax, requiring a `parent` parameter to specify the DICOM store and a `dicomWebPath` parameter, such as `studies`."],["Authorization to use `dicomStores.searchForStudies` requires `healthcare.dicomStores.dicomWebRead` IAM permission on the parent resource and either the `https://www.googleapis.com/auth/cloud-healthcare` or `https://www.googleapis.com/auth/cloud-platform` OAuth scope."],["The request body for `dicomStores.searchForStudies` must be empty, and the response format is defined by the method, resulting in a generic HTTP response upon successful execution."]]],[]]