ImmunizationVaccinationProtocol class

Annotations
  • @freezed

Constructors

ImmunizationVaccinationProtocol({FhirDecimal? doseSequence, @JsonKey(name: '_doseSequence') Element? doseSequenceElement, String? description, @JsonKey(name: '_description') Element? descriptionElement, Reference? authority, String? series, @JsonKey(name: '_series') Element? seriesElement, FhirDecimal? seriesDoses, @JsonKey(name: '_seriesDoses') Element? seriesDosesElement, required List<CodeableConcept> targetDisease, required CodeableConcept doseStatus, CodeableConcept? doseStatusReason})
const
factory
ImmunizationVaccinationProtocol.fromJson(Map<String, dynamic> json)
Factory constructor, accepts Map<String, dynamic> as an argument
factory
ImmunizationVaccinationProtocol.fromJsonString(String source)
Acts like a constructor, returns a ImmunizationVaccinationProtocol, accepts a String as an argument, mostly because I got tired of typing it out
factory
ImmunizationVaccinationProtocol.fromYaml(dynamic yaml)
Factory constructor, accepts a String in YAML format as an argument
factory

Properties

authority Reference?
no setterinherited
copyWith → $ImmunizationVaccinationProtocolCopyWith<ImmunizationVaccinationProtocol>
no setterinherited
description String?
no setterinherited
descriptionElement Element?
no setterinherited
doseSequence FhirDecimal?
no setterinherited
doseSequenceElement Element?
no setterinherited
doseStatus CodeableConcept
no setterinherited
doseStatusReason CodeableConcept?
no setterinherited
hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
series String?
no setterinherited
seriesDoses FhirDecimal?
no setterinherited
seriesDosesElement Element?
no setterinherited
seriesElement Element?
no setterinherited
targetDisease List<CodeableConcept>
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