ContractTerm class

Annotations
  • @freezed

Constructors

ContractTerm({Identifier? identifier, String? issued, @JsonKey(name: '_issued') Element? issuedElement, Period? applies, CodeableConcept? type, CodeableConcept? subType, List<Reference>? topic, List<CodeableConcept>? action, List<CodeableConcept>? actionReason, List<Coding>? securityLabel, List<ContractAgent1>? agent, String? text, @JsonKey(name: '_text') Element? textElement, List<ContractValuedItem1>? 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
agent List<ContractAgent1>?
no setterinherited
applies Period?
no setterinherited
copyWith → $ContractTermCopyWith<ContractTerm>
no setterinherited
group List<ContractTerm>?
no setterinherited
hashCode int
The hash code for this object.
no setterinherited
identifier Identifier?
no setterinherited
issued String?
no setterinherited
issuedElement Element?
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
securityLabel List<Coding>?
no setterinherited
subType CodeableConcept?
no setterinherited
text String?
no setterinherited
textElement Element?
no setterinherited
topic List<Reference>?
no setterinherited
type CodeableConcept?
no setterinherited
valuedItem List<ContractValuedItem1>?
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