Hl7V2Store class
Represents an HL7v2 store.
Constructors
-
Hl7V2Store({Map<
String, String> ? labels, String? name, List<Hl7V2NotificationConfig> ? notificationConfigs, ParserConfig? parserConfig, bool? rejectDuplicateMessage}) - Hl7V2Store.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 HL7v2 stores.
getter/setter pair
- name ↔ String?
-
Identifier.
getter/setter pair
-
notificationConfigs
↔ List<
Hl7V2NotificationConfig> ? -
A list of notification configs.
getter/setter pair
- parserConfig ↔ ParserConfig?
-
The configuration for the parser.
getter/setter pair
- rejectDuplicateMessage ↔ bool?
-
Determines whether to reject duplicate messages.
getter/setter pair
- 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