DicomStore class
Represents a DICOM store.
Constructors
-
DicomStore({Map<
String, String> ? labels, String? name, NotificationConfig? notificationConfig, List<GoogleCloudHealthcareV1DicomStreamConfig> ? streamConfigs}) - DicomStore.fromJson(Map json_)
Properties
- hashCode → int
-
The hash code for this object.
no setterinherited
-
labels
↔ Map<
String, String> ? -
User-supplied key-value pairs used to organize DICOM stores.
getter/setter pair
- name ↔ String?
-
Identifier.
getter/setter pair
- notificationConfig ↔ NotificationConfig?
-
Notification destination for new DICOM instances.
getter/setter pair
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
-
streamConfigs
↔ List<
GoogleCloudHealthcareV1DicomStreamConfig> ? -
A list of streaming configs used to configure the destination of streaming
exports for every DICOM instance insertion in this DICOM store.
getter/setter pair
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