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 SearchForInstancesRequest DICOMweb request. For example, instances, series/{seriesUid}/instances, or studies/{studyUid}/instances.
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.searchForInstances` retrieves a list of DICOM instances matching specific criteria, referencing the DICOM RetrieveTransaction standard."],["This method uses a `GET` HTTP request to the `healthcare.googleapis.com` endpoint, following gRPC Transcoding syntax."],["The `parent` path parameter is mandatory, specifying the DICOM store being accessed and requires the `healthcare.dicomStores.dicomWebRead` IAM permission."],["The `dicomWebPath` parameter specifies the type of search, such as instances, series, or studies, and the request body must be empty."],["Authorization for this method requires either the `https://www.googleapis.com/auth/cloud-healthcare` or `https://www.googleapis.com/auth/cloud-platform` OAuth scope."]]],[]]