ExportDicomDataRequest class
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.
Constructors
- ExportDicomDataRequest({GoogleCloudHealthcareV1DicomBigQueryDestination? bigqueryDestination, GoogleCloudHealthcareV1DicomGcsDestination? gcsDestination})
- ExportDicomDataRequest.fromJson(Map json_)
Properties
- bigqueryDestination ↔ GoogleCloudHealthcareV1DicomBigQueryDestination?
-
The BigQuery output destination.
getter/setter pair
- gcsDestination ↔ GoogleCloudHealthcareV1DicomGcsDestination?
-
The Cloud Storage output destination.
getter/setter pair
- hashCode → int
-
The hash code for this object.
no setterinherited
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toJson(
) → Map< String, dynamic> -
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited