ClaimInformation class

Annotations
  • @freezed

Constructors

ClaimInformation({FhirDecimal? sequence, @JsonKey(name: '_sequence') Element? sequenceElement, required CodeableConcept category, CodeableConcept? code, FhirDate? timingDate, @JsonKey(name: '_timingDate') Element? timingDateElement, Period? timingPeriod, String? valueString, @JsonKey(name: '_valueString') Element? valueStringElement, Quantity? valueQuantity, Attachment? valueAttachment, Reference? valueReference, CodeableConcept? reason})
const
factory
ClaimInformation.fromJson(Map<String, dynamic> json)
Factory constructor, accepts Map<String, dynamic> as an argument
factory
ClaimInformation.fromJsonString(String source)
Acts like a constructor, returns a ClaimInformation, accepts a String as an argument, mostly because I got tired of typing it out
factory
ClaimInformation.fromYaml(dynamic yaml)
Factory constructor, accepts a String in YAML format as an argument
factory

Properties

category CodeableConcept
no setterinherited
code CodeableConcept?
no setterinherited
copyWith → $ClaimInformationCopyWith<ClaimInformation>
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
sequence FhirDecimal?
no setterinherited
sequenceElement Element?
no setterinherited
timingDate FhirDate?
no setterinherited
timingDateElement Element?
no setterinherited
timingPeriod Period?
no setterinherited
valueAttachment Attachment?
no setterinherited
valueQuantity Quantity?
no setterinherited
valueReference Reference?
no setterinherited
valueString String?
no setterinherited
valueStringElement Element?
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