ContractTerm class

Annotations
  • @freezed

Constructors

ContractTerm({@JsonKey(name: 'id') FhirId? fhirId, @JsonKey(name: 'extension') List<FhirExtension>? extension_, List<FhirExtension>? modifierExtension, Identifier? identifier, FhirDateTime? issued, @JsonKey(name: '_issued') Element? issuedElement, Period? applies, CodeableConcept? type, CodeableConcept? subType, Reference? subject, List<CodeableConcept>? action, List<CodeableConcept>? actionReason, List<ContractTermActor>? actor, String? text, @JsonKey(name: '_text') Element? textElement, List<ContractValuedItem>? valuedItem, List<ContractTerm>? group})
const
factory
ContractTerm.fromJson(Map<String, dynamic> json)
Factory constructor, accepts Map<String, dynamic> as an argument
factory
ContractTerm.fromJsonString(String source)
Acts like a constructor, returns a ContractTerm, accepts a String as an argument, mostly because I got tired of typing it out
factory
ContractTerm.fromYaml(dynamic yaml)
Factory constructor, accepts a String in YAML format as an argument
factory

Properties

action List<CodeableConcept>?
no setterinherited
actionReason List<CodeableConcept>?
no setterinherited
actor List<ContractTermActor>?
no setterinherited
applies Period?
no setterinherited
copyWith → $ContractTermCopyWith<ContractTerm>
no setterinherited
extension_ List<FhirExtension>?
no setterinherited
fhirId FhirId?
no setterinherited
group List<ContractTerm>?
no setterinherited
hashCode int
The hash code for this object.
no setterinherited
identifier Identifier?
no setterinherited
issued FhirDateTime?
no setterinherited
issuedElement Element?
no setterinherited
modifierExtension List<FhirExtension>?
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
subject Reference?
no setterinherited
subType CodeableConcept?
no setterinherited
text String?
no setterinherited
textElement Element?
no setterinherited
type CodeableConcept?
no setterinherited
valuedItem List<ContractValuedItem>?
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