VisionPrescriptionDispense class

Annotations
  • @freezed

Constructors

VisionPrescriptionDispense({CodeableConcept? product, VisionPrescriptionDispenseEye? eye, @JsonKey(name: '_eye') Element? eyeElement, FhirDecimal? sphere, @JsonKey(name: '_sphere') Element? sphereElement, FhirDecimal? cylinder, @JsonKey(name: '_cylinder') Element? cylinderElement, FhirDecimal? axis, @JsonKey(name: '_axis') Element? axisElement, FhirDecimal? prism, @JsonKey(name: '_prism') Element? prismElement, VisionPrescriptionDispenseBase? base, @JsonKey(name: '_base') Element? baseElement, FhirDecimal? add, @JsonKey(name: '_add') Element? addElement, FhirDecimal? power, @JsonKey(name: '_power') Element? powerElement, FhirDecimal? backCurve, @JsonKey(name: '_backCurve') Element? backCurveElement, FhirDecimal? diameter, @JsonKey(name: '_diameter') Element? diameterElement, Quantity? duration, String? color, @JsonKey(name: '_color') Element? colorElement, String? brand, @JsonKey(name: '_brand') Element? brandElement, List<Annotation>? note})
const
factory
VisionPrescriptionDispense.fromJson(Map<String, dynamic> json)
Factory constructor, accepts Map<String, dynamic> as an argument
factory
VisionPrescriptionDispense.fromJsonString(String source)
Acts like a constructor, returns a VisionPrescriptionDispense, accepts a String as an argument, mostly because I got tired of typing it out
factory
VisionPrescriptionDispense.fromYaml(dynamic yaml)
Factory constructor, accepts a String in YAML format as an argument
factory

Properties

add FhirDecimal?
no setterinherited
addElement Element?
no setterinherited
axis FhirDecimal?
no setterinherited
axisElement Element?
no setterinherited
backCurve FhirDecimal?
no setterinherited
backCurveElement Element?
no setterinherited
base VisionPrescriptionDispenseBase?
no setterinherited
baseElement Element?
no setterinherited
brand String?
no setterinherited
brandElement Element?
no setterinherited
color String?
no setterinherited
colorElement Element?
no setterinherited
copyWith → $VisionPrescriptionDispenseCopyWith<VisionPrescriptionDispense>
no setterinherited
cylinder FhirDecimal?
no setterinherited
cylinderElement Element?
no setterinherited
diameter FhirDecimal?
no setterinherited
diameterElement Element?
no setterinherited
duration Quantity?
no setterinherited
eye VisionPrescriptionDispenseEye?
no setterinherited
eyeElement Element?
no setterinherited
hashCode int
The hash code for this object.
no setterinherited
note List<Annotation>?
no setterinherited
power FhirDecimal?
no setterinherited
powerElement Element?
no setterinherited
prism FhirDecimal?
no setterinherited
prismElement Element?
no setterinherited
product CodeableConcept?
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
sphere FhirDecimal?
no setterinherited
sphereElement Element?
no setterinherited

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toJson() Map<String, dynamic>
inherited
toJsonString() String
Another convenience method because more and more I'm transmitting FHIR data as a String and not a Map
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