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-01-28 UTC."],[[["`dicomStores.searchForStudies` retrieves a list of DICOM studies matching specific criteria, detailed further in the RetrieveTransaction documentation."],["This function is part of the Cloud Healthcare API and is detailed within the Search transaction section of its conformance statement."],["The function's HTTP request is a GET request, structured with a specific `parent` path parameter representing the DICOM store and a `dicomWebPath` parameter for the query."],["The request body must be empty to use this function, and the `parent` path parameter is an authorization requirement that requests the `healthcare.dicomStores.dicomWebRead` IAM permission."],["Accessing `dicomStores.searchForStudies` requires OAuth scopes, either `https://www.googleapis.com/auth/cloud-healthcare` or `https://www.googleapis.com/auth/cloud-platform`."]]],[]]