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` is used to store DICOM instances that are associated with a study instance unique identifier (SUID)."],["The `POST` request URL for `studies.storeInstances` follows a specific pattern: `https://healthcare.googleapis.com/v1/{parent=projects/*/locations/*/datasets/*/dicomStores/*}/dicomWeb/{dicomWebPath=studies/*}`."],["The `parent` path parameter requires `healthcare.dicomStores.dicomWebWrite` IAM permission, and specifies the DICOM store being accessed."],["The `dicomWebPath` parameter is required and indicates the path of the DICOMweb request, such as `studies/[{studyUid}]`, where the study UID is optional."],["Successful requests return a generic HTTP response, and authorization requires either the `https://www.googleapis.com/auth/cloud-healthcare` or `https://www.googleapis.com/auth/cloud-platform` OAuth scope."]]],[]]