ImmunizationRecommendationRecommendation class

Annotations
  • @freezed

Constructors

ImmunizationRecommendationRecommendation({@JsonKey(name: 'id') FhirId? fhirId, @JsonKey(name: 'extension') List<FhirExtension>? extension_, List<FhirExtension>? modifierExtension, required FhirDateTime date, required CodeableConcept vaccineCode, FhirPositiveInt? doseNumber, required CodeableConcept forecastStatus, List<ImmunizationRecommendationRecommendationDateCriterion>? dateCriterion, ImmunizationRecommendationRecommendationProtocol? 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 FhirDateTime
no setterinherited
dateCriterion List<ImmunizationRecommendationRecommendationDateCriterion>?
no setterinherited
doseNumber FhirPositiveInt?
no setterinherited
extension_ List<FhirExtension>?
no setterinherited
fhirId FhirId?
no setterinherited
forecastStatus CodeableConcept
no setterinherited
hashCode int
The hash code for this object.
no setterinherited
modifierExtension List<FhirExtension>?
no setterinherited
protocol ImmunizationRecommendationRecommendationProtocol?
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
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