ImportDicomDataRequest class
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.
Constructors
- ImportDicomDataRequest({GoogleCloudHealthcareV1DicomGcsSource? gcsSource})
- ImportDicomDataRequest.fromJson(Map json_)
Properties
- gcsSource ↔ GoogleCloudHealthcareV1DicomGcsSource?
-
Cloud Storage source data location and import configuration.
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