MedicationRequestDispenseRequestUsCore class

Constructors

MedicationRequestDispenseRequestUsCore({String? id, MedicationRequestInitialFill? initialFill, FhirDuration? dispenseInterval, Period? validityPeriod, UnsignedInt? numberOfRepeatsAllowed, Quantity? quantity, FhirDuration? expectedSupplyDuration, Reference? performer})
factory

Properties

dispenseInterval → FhirDuration?
no setter
expectedSupplyDuration → FhirDuration?
no setter
hashCode int
The hash code for this object.
no setterinherited
id String?
no setter
inititalFill → MedicationRequestInitialFill?
no setter
numberOfRepeatsAllowed → UnsignedInt?
no setter
performer → Reference?
no setter
quantity → Quantity?
no setter
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
validityPeriod → Period?
no setter
value → MedicationRequestDispenseRequest
no setter

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
inherited

Operators

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