ConceptMapGroup class

Annotations
  • @freezed

Constructors

ConceptMapGroup({String? source, @JsonKey(name: '_source') Element? sourceElement, String? sourceVersion, @JsonKey(name: '_sourceVersion') Element? sourceVersionElement, String? target, @JsonKey(name: '_target') Element? targetElement, String? targetVersion, @JsonKey(name: '_targetVersion') Element? targetVersionElement, required List<ConceptMapElement> element, ConceptMapUnmapped? unmapped})
const
factory
ConceptMapGroup.fromJson(Map<String, dynamic> json)
Factory constructor, accepts Map<String, dynamic> as an argument
factory
ConceptMapGroup.fromJsonString(String source)
Acts like a constructor, returns a ConceptMapGroup, accepts a String as an argument, mostly because I got tired of typing it out
factory
ConceptMapGroup.fromYaml(dynamic yaml)
Factory constructor, accepts a String in YAML format as an argument
factory

Properties

copyWith → $ConceptMapGroupCopyWith<ConceptMapGroup>
no setterinherited
element List<ConceptMapElement>
no setterinherited
hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
source String?
no setterinherited
sourceElement Element?
no setterinherited
sourceVersion String?
no setterinherited
sourceVersionElement Element?
no setterinherited
target String?
no setterinherited
targetElement Element?
no setterinherited
targetVersion String?
no setterinherited
targetVersionElement Element?
no setterinherited
unmapped ConceptMapUnmapped?
no setterinherited

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toJson() Map<String, dynamic>
inherited
toJsonString() String
Another convenience method because more and more I'm transmitting FHIR data as a String and not a Map
toString() String
A string representation of this object.
inherited
toYaml() String
Produces a Yaml formatted String version of the object

Operators

operator ==(Object other) bool
The equality operator.
inherited