ClaimItem class

Annotations
  • @freezed

Constructors

ClaimItem({FhirDecimal? sequence, @JsonKey(name: '_sequence') Element? sequenceElement, List<FhirId>? careTeamLinkId, @JsonKey(name: '_careTeamLinkId') List<Element?>? careTeamLinkIdElement, List<FhirId>? diagnosisLinkId, @JsonKey(name: '_diagnosisLinkId') List<Element?>? diagnosisLinkIdElement, List<FhirId>? procedureLinkId, @JsonKey(name: '_procedureLinkId') List<Element?>? procedureLinkIdElement, List<FhirId>? informationLinkId, @JsonKey(name: '_informationLinkId') List<Element>? informationLinkIdElement, CodeableConcept? revenue, CodeableConcept? category, CodeableConcept? service, List<CodeableConcept>? modifier, List<CodeableConcept>? programCode, FhirDate? servicedDate, @JsonKey(name: '_servicedDate') Element? servicedDateElement, Period? servicedPeriod, CodeableConcept? locationCodeableConcept, Address? locationAddress, Reference? locationReference, Quantity? quantity, Money? unitPrice, FhirDecimal? factor, @JsonKey(name: '_factor') Element? factorElement, Money? net, List<Reference>? udi, CodeableConcept? bodySite, List<CodeableConcept>? subSite, List<Reference>? encounter, List<ClaimDetail>? detail})
const
factory
ClaimItem.fromJson(Map<String, dynamic> json)
Factory constructor, accepts Map<String, dynamic> as an argument
factory
ClaimItem.fromJsonString(String source)
Acts like a constructor, returns a ClaimItem, accepts a String as an argument, mostly because I got tired of typing it out
factory
ClaimItem.fromYaml(dynamic yaml)
Factory constructor, accepts a String in YAML format as an argument
factory

Properties

bodySite CodeableConcept?
no setterinherited
careTeamLinkId List<FhirId>?
no setterinherited
careTeamLinkIdElement List<Element?>?
no setterinherited
category CodeableConcept?
no setterinherited
copyWith → $ClaimItemCopyWith<ClaimItem>
no setterinherited
detail List<ClaimDetail>?
no setterinherited
diagnosisLinkId List<FhirId>?
no setterinherited
diagnosisLinkIdElement List<Element?>?
no setterinherited
encounter List<Reference>?
no setterinherited
factor FhirDecimal?
no setterinherited
factorElement Element?
no setterinherited
hashCode int
The hash code for this object.
no setterinherited
informationLinkId List<FhirId>?
no setterinherited
informationLinkIdElement List<Element>?
no setterinherited
locationAddress Address?
no setterinherited
locationCodeableConcept CodeableConcept?
no setterinherited
locationReference Reference?
no setterinherited
modifier List<CodeableConcept>?
no setterinherited
net Money?
no setterinherited
procedureLinkId List<FhirId>?
no setterinherited
procedureLinkIdElement List<Element?>?
no setterinherited
programCode List<CodeableConcept>?
no setterinherited
quantity Quantity?
no setterinherited
revenue CodeableConcept?
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
sequence FhirDecimal?
no setterinherited
sequenceElement Element?
no setterinherited
service CodeableConcept?
no setterinherited
servicedDate FhirDate?
no setterinherited
servicedDateElement Element?
no setterinherited
servicedPeriod Period?
no setterinherited
subSite List<CodeableConcept>?
no setterinherited
udi List<Reference>?
no setterinherited
unitPrice Money?
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