ImmunizationVaccinationProtocol class

Annotations
  • @freezed

Constructors

ImmunizationVaccinationProtocol({@JsonKey(name: 'id') FhirId? fhirId, @JsonKey(name: 'extension') List<FhirExtension>? extension_, List<FhirExtension>? modifierExtension, required FhirPositiveInt doseSequence, String? description, Reference? authority, String? series, @JsonKey(name: '_series') Element? seriesElement, FhirPositiveInt? seriesDoses, 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
doseSequence FhirPositiveInt
no setterinherited
doseStatus CodeableConcept
no setterinherited
doseStatusReason CodeableConcept?
no setterinherited
extension_ List<FhirExtension>?
no setterinherited
fhirId FhirId?
no setterinherited
hashCode int
The hash code for this object.
no setterinherited
modifierExtension List<FhirExtension>?
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
series String?
no setterinherited
seriesDoses FhirPositiveInt?
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