ExplanationOfBenefitAdjudication class

Annotations
  • @freezed

Constructors

ExplanationOfBenefitAdjudication({required CodeableConcept category, CodeableConcept? reason, Money? amount, FhirDecimal? value, @JsonKey(name: '_value') Element? valueElement})
const
factory
ExplanationOfBenefitAdjudication.fromJson(Map<String, dynamic> json)
factory
ExplanationOfBenefitAdjudication.fromYaml(dynamic yaml)
Factory constructor, accepts a String in YAML format as an argument
factory

Properties

amount Money?
no setterinherited
category CodeableConcept
no setterinherited
copyWith → $ExplanationOfBenefitAdjudicationCopyWith<ExplanationOfBenefitAdjudication>
no setterinherited
hashCode int
The hash code for this object.
no setterinherited
reason CodeableConcept?
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
value FhirDecimal?
no setterinherited
valueElement Element?
no setterinherited

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toJson() Map<String, dynamic>
inherited
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