Show / Hide Table of Contents

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.

Inheritance
object
ImportDicomDataRequest
Implements
IDirectResponseSchema
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: Google.Apis.CloudHealthcare.v1beta1.Data
Assembly: Google.Apis.CloudHealthcare.v1beta1.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 GoogleCloudHealthcareV1beta1DicomGcsSource GcsSource { get; set; }
Property Value
Type Description
GoogleCloudHealthcareV1beta1DicomGcsSource

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX