Full name: projects.locations.datasets.dicomStores.import
Imports data into the DICOM store by copying it from the specified source. Errors are logged to Cloud Logging. For more information, see Viewing error logs in Cloud Logging. The metadata
field type is OperationMetadata
.
HTTP request
POST https://healthcare.googleapis.com/v1/{name=projects/*/locations/*/datasets/*/dicomStores/*}:import
The URL uses gRPC Transcoding syntax.
Path parameters
Parameters | |
---|---|
name |
Required. The name of the DICOM store resource into which the data is imported. For example, Authorization requires the following IAM permission on the specified resource
|
Request body
The request body contains data with the following structure:
JSON representation |
---|
{ "blobStorageSettings": { object( |
Fields | |
---|---|
blobStorageSettings |
Optional. The blob storage settings for the data imported by this operation. |
Union field To enable the Cloud Healthcare API to read from resources in your project such as Cloud Storage, you must give the Cloud Healthcare API service account the proper permissions. The service account is: |
|
gcsSource |
Cloud Storage source data location and import configuration. The Cloud Healthcare Service Agent requires the |
Response body
If successful, the response body contains an instance of Operation
.
Authorization scopes
Requires one of the following OAuth scopes:
https://www.googleapis.com/auth/cloud-healthcare
https://www.googleapis.com/auth/cloud-platform
For more information, see the Authentication Overview.
GcsSource
Specifies the configuration for importing data from Cloud Storage.
JSON representation |
---|
{ "uri": string } |
Fields | |
---|---|
uri |
Points to a Cloud Storage URI containing file(s) with content only. The URI must be in the following format:
All other URI formats are invalid. Files matching the wildcard are expected to contain content only, no metadata. |