Dosage class

Annotations
  • @freezed

Constructors

Dosage({@JsonKey(name: 'ID') String? id, @JsonKey(name: 'Sequence') int? sequence, @JsonKey(name: 'Text') String? text, @JsonKey(name: 'AdditionalInstruction') CodeableConcept? additionalInstruction, @JsonKey(name: 'PatientInstruction') String? patientInstruction, @JsonKey(name: 'Timing') Timing? timing, @JsonKey(name: 'AsNeededBoolean') bool? asNeededBoolean, @JsonKey(name: 'Site') CodeableConcept? site, @JsonKey(name: 'Route') CodeableConcept? route, @JsonKey(name: 'Method') CodeableConcept? method, @JsonKey(name: 'DoseAndRate') DosageDoseAndRate? doseAndRate, @JsonKey(name: 'MaxDosePerPeriod') RateRatio? maxDosePerPeriod, @JsonKey(name: 'MaxDosePerAdministration') Quantity? maxDosePerAdministration, @JsonKey(name: 'MaxDosePerLifetime') Quantity? maxDosePerLifetime})
factory
Dosage.fromJson(Map<String, dynamic> json)
factory

Properties

additionalInstruction CodeableConcept?
no setterinherited
asNeededBoolean bool?
no setterinherited
copyWith → $DosageCopyWith<Dosage>
no setterinherited
doseAndRate DosageDoseAndRate?
no setterinherited
hashCode int
The hash code for this object.
no setterinherited
id String?
no setterinherited
maxDosePerAdministration Quantity?
no setterinherited
maxDosePerLifetime Quantity?
no setterinherited
maxDosePerPeriod RateRatio?
no setterinherited
method CodeableConcept?
no setterinherited
patientInstruction String?
no setterinherited
route CodeableConcept?
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
sequence int?
no setterinherited
site CodeableConcept?
no setterinherited
text String?
no setterinherited
timing Timing?
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

Operators

operator ==(Object other) bool
The equality operator.
inherited