ImmunizationRecommendationProtocol class

Annotations
  • @freezed

Constructors

ImmunizationRecommendationProtocol({FhirDecimal? doseSequence, @JsonKey(name: '_doseSequence') Element? doseSequenceElement, String? description, @JsonKey(name: '_description') Element? descriptionElement, Reference? authority, String? series, @JsonKey(name: '_series') Element? seriesElement})
const
factory
ImmunizationRecommendationProtocol.fromJson(Map<String, dynamic> json)
factory
ImmunizationRecommendationProtocol.fromYaml(dynamic yaml)
Factory constructor, accepts a String in YAML format as an argument
factory

Properties

authority Reference?
no setterinherited
copyWith → $ImmunizationRecommendationProtocolCopyWith<ImmunizationRecommendationProtocol>
no setterinherited
description String?
no setterinherited
descriptionElement Element?
no setterinherited
doseSequence FhirDecimal?
no setterinherited
doseSequenceElement Element?
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
seriesElement Element?
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