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 dicomStores.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."],[[["dicomStores.storeInstances is used to store DICOM instances associated with study instance unique identifiers (SUID)."],["The `POST` method is used to store DICOM data via the URL: `https://healthcare.googleapis.com/v1beta1/{parent=projects/*/locations/*/datasets/*/dicomStores/*}/dicomWeb/{dicomWebPath}`."],["The `parent` parameter in the URL is required and specifies the DICOM store being accessed, requiring the `healthcare.dicomStores.dicomWebWrite` IAM permission."],["The `dicomWebPath` parameter in the URL is required and represents the path of the dicomStores.storeInstances DICOMweb request, such as `studies/[{studyUid}]`."],["The request requires either of these OAuth scopes: `https://www.googleapis.com/auth/cloud-healthcare` or `https://www.googleapis.com/auth/cloud-platform`."]]],[]]