ClaimResponseDetail class

Annotations
  • @freezed

Constructors

ClaimResponseDetail({FhirId? sequenceLinkId, @JsonKey(name: '_sequenceLinkId') Element? sequenceLinkIdElement, List<FhirDecimal>? noteNumber, @JsonKey(name: '_noteNumber') List<Element?>? noteNumberElement, List<ClaimResponseAdjudication>? adjudication, List<ClaimResponseSubDetail>? subDetail})
const
factory
ClaimResponseDetail.fromJson(Map<String, dynamic> json)
Factory constructor, accepts Map<String, dynamic> as an argument
factory
ClaimResponseDetail.fromJsonString(String source)
Acts like a constructor, returns a ClaimResponseDetail, accepts a String as an argument, mostly because I got tired of typing it out
factory
ClaimResponseDetail.fromYaml(dynamic yaml)
Factory constructor, accepts a String in YAML format as an argument
factory

Properties

adjudication List<ClaimResponseAdjudication>?
no setterinherited
copyWith → $ClaimResponseDetailCopyWith<ClaimResponseDetail>
no setterinherited
hashCode int
The hash code for this object.
no setterinherited
noteNumber List<FhirDecimal>?
no setterinherited
noteNumberElement List<Element?>?
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
sequenceLinkId FhirId?
no setterinherited
sequenceLinkIdElement Element?
no setterinherited
subDetail List<ClaimResponseSubDetail>?
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