MedicationRequestDispense class

this class is for the provision of a supply of a medication in response to a prescription

Annotations
  • @freezed

Constructors

MedicationRequestDispense({@JsonKey(name: 'ID') String? id, @JsonKey(name: 'InitialFill') MedicationRequestInitialFill? initialFill, @JsonKey(name: 'DispenseInterval') Duration? dispenseInterval, @JsonKey(name: 'ValidityPeriod') Period? validityPeriod, @JsonKey(name: 'NumberOfRepeatsAllowed') int? numberOfRepeatsAllowed, @JsonKey(name: 'Quantity') Quantity? quantity, @JsonKey(name: 'ExpectedSupplyDuration') Duration? expectedSupplyDuration, @JsonKey(name: 'Performer') Reference? performer})
factory
MedicationRequestDispense.fromJson(Map<String, dynamic> json)
factory

Properties

copyWith → $MedicationRequestDispenseCopyWith<MedicationRequestDispense>
no setterinherited
dispenseInterval Duration?
no setterinherited
expectedSupplyDuration Duration?
no setterinherited
hashCode int
The hash code for this object.
no setterinherited
id String?
no setterinherited
initialFill MedicationRequestInitialFill?
first fill details
no setterinherited
numberOfRepeatsAllowed int?
no setterinherited
performer Reference?
no setterinherited
quantity Quantity?
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
validityPeriod Period?
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