ImmunizationRecommendationRecommendation class

Annotations
  • @freezed

Constructors

ImmunizationRecommendationRecommendation({FhirDate? date, @JsonKey(name: '_date') Element? dateElement, CodeableConcept? vaccineCode, CodeableConcept? targetDisease, FhirDecimal? doseNumber, @JsonKey(name: '_doseNumber') Element? doseNumberElement, required CodeableConcept forecastStatus, List<ImmunizationRecommendationDateCriterion>? dateCriterion, ImmunizationRecommendationProtocol? protocol, List<Reference>? supportingImmunization, List<Reference>? supportingPatientInformation})
const
factory
ImmunizationRecommendationRecommendation.fromJson(Map<String, dynamic> json)
factory
ImmunizationRecommendationRecommendation.fromYaml(dynamic yaml)
Factory constructor, accepts a String in YAML format as an argument
factory

Properties

copyWith → $ImmunizationRecommendationRecommendationCopyWith<ImmunizationRecommendationRecommendation>
no setterinherited
date FhirDate?
no setterinherited
dateCriterion List<ImmunizationRecommendationDateCriterion>?
no setterinherited
dateElement Element?
no setterinherited
doseNumber FhirDecimal?
no setterinherited
doseNumberElement Element?
no setterinherited
forecastStatus CodeableConcept
no setterinherited
hashCode int
The hash code for this object.
no setterinherited
protocol ImmunizationRecommendationProtocol?
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
supportingImmunization List<Reference>?
no setterinherited
supportingPatientInformation List<Reference>?
no setterinherited
targetDisease CodeableConcept?
no setterinherited
vaccineCode CodeableConcept?
no setterinherited

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toJson() Map<String, dynamic>
inherited
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