SchemaGroup class
An HL7v2 logical group construct.
Constructors
-
SchemaGroup({bool? choice, int? maxOccurs, List<
GroupOrSegment> ? members, int? minOccurs, String? name}) - SchemaGroup.fromJson(Map json_)
Properties
- choice ↔ bool?
-
True indicates that this is a choice group, meaning that only one of its
segments can exist in a given message.
getter/setter pair
- hashCode → int
-
The hash code for this object.
no setterinherited
- maxOccurs ↔ int?
-
The maximum number of times this group can be repeated.
getter/setter pair
-
members
↔ List<
GroupOrSegment> ? -
Nested groups and/or segments.
getter/setter pair
- minOccurs ↔ int?
-
The minimum number of times this group must be present/repeated.
getter/setter pair
- name ↔ String?
-
The name of this group.
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