ExplanationOfBenefitAddItem class

Annotations
  • @freezed

Constructors

ExplanationOfBenefitAddItem({List<FhirId>? sequenceLinkId, @JsonKey(name: '_sequenceLinkId') List<Element?>? sequenceLinkIdElement, CodeableConcept? revenue, CodeableConcept? category, CodeableConcept? service, List<CodeableConcept>? modifier, Money? fee, List<FhirDecimal>? noteNumber, @JsonKey(name: '_noteNumber') List<Element?>? noteNumberElement, List<ExplanationOfBenefitAdjudication>? adjudication, List<ExplanationOfBenefitDetail1>? detail})
const
factory
ExplanationOfBenefitAddItem.fromJson(Map<String, dynamic> json)
Factory constructor, accepts Map<String, dynamic> as an argument
factory
ExplanationOfBenefitAddItem.fromJsonString(String source)
Acts like a constructor, returns a ExplanationOfBenefitAddItem, accepts a String as an argument, mostly because I got tired of typing it out
factory
ExplanationOfBenefitAddItem.fromYaml(dynamic yaml)
Factory constructor, accepts a String in YAML format as an argument
factory

Properties

adjudication List<ExplanationOfBenefitAdjudication>?
no setterinherited
category CodeableConcept?
no setterinherited
copyWith → $ExplanationOfBenefitAddItemCopyWith<ExplanationOfBenefitAddItem>
no setterinherited
detail List<ExplanationOfBenefitDetail1>?
no setterinherited
fee Money?
no setterinherited
hashCode int
The hash code for this object.
no setterinherited
modifier List<CodeableConcept>?
no setterinherited
noteNumber List<FhirDecimal>?
no setterinherited
noteNumberElement List<Element?>?
no setterinherited
revenue CodeableConcept?
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
sequenceLinkId List<FhirId>?
no setterinherited
sequenceLinkIdElement List<Element?>?
no setterinherited
service CodeableConcept?
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