Hl7SchemaConfig class
Root config message for HL7v2 schema.
This contains a schema structure of groups and segments, and filters that determine which messages to apply the schema structure to.
Constructors
-
Hl7SchemaConfig({Map<
String, SchemaGroup> ? messageSchemaConfigs, List<VersionSource> ? version}) - Hl7SchemaConfig.fromJson(Map json_)
Properties
- hashCode → int
-
The hash code for this object.
no setterinherited
-
messageSchemaConfigs
↔ Map<
String, SchemaGroup> ? -
Map from each HL7v2 message type and trigger event pair, such as ADT_A04,
to its schema configuration root group.
getter/setter pair
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
-
version
↔ List<
VersionSource> ? -
Each VersionSource is tested and only if they all match is the schema used
for the message.
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