Class ExportDicomDataRequest
Exports data from the specified DICOM store. If a given resource, such as a DICOM object with the same SOPInstance UID, already exists in the output, it is overwritten with the version in the source dataset. Exported DICOM data persists when the DICOM store from which it was exported is deleted.
Inheritance
System.Object
ExportDicomDataRequest
Implements
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: Google.Apis.CloudHealthcare.v1.Data
Assembly: Google.Apis.CloudHealthcare.v1.dll
Syntax
public class ExportDicomDataRequest : IDirectResponseSchema
Properties
BigqueryDestination
The BigQuery output destination.
You can only export to a BigQuery dataset that's in the same project as the DICOM store you're exporting from.
The BigQuery location requires two IAM roles: roles/bigquery.dataEditor and
roles/bigquery.jobUser.
Declaration
[JsonProperty("bigqueryDestination")]
public virtual GoogleCloudHealthcareV1DicomBigQueryDestination BigqueryDestination { get; set; }
Property Value
| Type | Description |
|---|---|
| GoogleCloudHealthcareV1DicomBigQueryDestination |
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
| Type | Description |
|---|---|
| System.String |
GcsDestination
The Cloud Storage output destination.
The Cloud Storage location requires the roles/storage.objectAdmin Cloud IAM role.
Declaration
[JsonProperty("gcsDestination")]
public virtual GoogleCloudHealthcareV1DicomGcsDestination GcsDestination { get; set; }
Property Value
| Type | Description |
|---|---|
| GoogleCloudHealthcareV1DicomGcsDestination |