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.dicomWebWrite
dicomWebPath
string
Required. The path of the studies.storeInstances DICOMweb request. For example, studies/[{studyUid}]. Note that the studyUid is optional.
Request body
The request body contains an instance of HttpBody.
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."],[[["`studies.storeInstances` stores DICOM instances that are associated with study instance unique identifiers (SUID)."],["The `parent` parameter in the HTTP request is required and must specify the DICOM store's full path, and it requires the `healthcare.dicomStores.dicomWebWrite` IAM permission."],["The `dicomWebPath` parameter is a required path, which represents the `studies.storeInstances` DICOMweb request path, and includes the optional `studyUid`."],["To call `studies.storeInstances`, the HTTP request is a `POST` to the specified URL, which uses gRPC Transcoding syntax, and includes an instance of `HttpBody` as the request body."],["Successful requests to `studies.storeInstances` will return a generic HTTP response, and it requires one of two authentication scopes: `https://www.googleapis.com/auth/cloud-healthcare` or `https://www.googleapis.com/auth/cloud-platform`."]]],[]]