MedicationRequestDispenseRequest class

Annotations
  • @freezed

Constructors

MedicationRequestDispenseRequest({Period? validityPeriod, FhirDecimal? numberOfRepeatsAllowed, @JsonKey(name: '_numberOfRepeatsAllowed') Element? numberOfRepeatsAllowedElement, Quantity? quantity, FhirDuration? expectedSupplyDuration, Reference? performer})
const
factory
MedicationRequestDispenseRequest.fromJson(Map<String, dynamic> json)
factory
MedicationRequestDispenseRequest.fromYaml(dynamic yaml)
Factory constructor, accepts a String in YAML format as an argument
factory

Properties

copyWith → $MedicationRequestDispenseRequestCopyWith<MedicationRequestDispenseRequest>
no setterinherited
expectedSupplyDuration FhirDuration?
no setterinherited
hashCode int
The hash code for this object.
no setterinherited
numberOfRepeatsAllowed FhirDecimal?
no setterinherited
numberOfRepeatsAllowedElement Element?
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
toYaml() String
Produces a Yaml formatted String version of the object

Operators

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