Class ImportDicomDataRequest
Imports data into the specified DICOM store. Returns an error if any of the files to import are not DICOM files. This API accepts duplicate DICOM instances by ignoring the newly-pushed instance. It does not overwrite.
Implements
Inherited Members
Namespace: Google.Apis.CloudHealthcare.v1.Data
Assembly: Google.Apis.CloudHealthcare.v1.dll
Syntax
public class ImportDicomDataRequest : IDirectResponseSchema
Properties
BlobStorageSettings
Optional. The blob storage settings for the data imported by this operation.
Declaration
[JsonProperty("blobStorageSettings")]
public virtual BlobStorageSettings BlobStorageSettings { get; set; }
Property Value
Type | Description |
---|---|
BlobStorageSettings |
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
Type | Description |
---|---|
string |
GcsSource
Cloud Storage source data location and import configuration. The Cloud Healthcare Service Agent requires the
roles/storage.objectViewer
Cloud IAM roles on the Cloud Storage location.
Declaration
[JsonProperty("gcsSource")]
public virtual GoogleCloudHealthcareV1DicomGcsSource GcsSource { get; set; }
Property Value
Type | Description |
---|---|
GoogleCloudHealthcareV1DicomGcsSource |