ClaimSubDetail class

Annotations
  • @freezed

Constructors

ClaimSubDetail({FhirDecimal? sequence, @JsonKey(name: '_sequence') Element? sequenceElement, CodeableConcept? revenue, CodeableConcept? category, CodeableConcept? service, List<CodeableConcept>? modifier, List<CodeableConcept>? programCode, Quantity? quantity, Money? unitPrice, FhirDecimal? factor, @JsonKey(name: '_factor') Element? factorElement, Money? net, List<Reference>? udi})
const
factory
ClaimSubDetail.fromJson(Map<String, dynamic> json)
Factory constructor, accepts Map<String, dynamic> as an argument
factory
ClaimSubDetail.fromJsonString(String source)
Acts like a constructor, returns a ClaimSubDetail, accepts a String as an argument, mostly because I got tired of typing it out
factory
ClaimSubDetail.fromYaml(dynamic yaml)
Factory constructor, accepts a String in YAML format as an argument
factory

Properties

category CodeableConcept?
no setterinherited
copyWith → $ClaimSubDetailCopyWith<ClaimSubDetail>
no setterinherited
factor FhirDecimal?
no setterinherited
factorElement Element?
no setterinherited
hashCode int
The hash code for this object.
no setterinherited
modifier List<CodeableConcept>?
no setterinherited
net Money?
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
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