CarePlanDetail class

Annotations
  • @freezed

Constructors

CarePlanDetail({CodeableConcept? category, Reference? definition, CodeableConcept? code, List<CodeableConcept>? reasonCode, List<Reference>? reasonReference, List<Reference>? goal, CarePlanDetailStatus? status, @JsonKey(name: '_status') Element? statusElement, String? statusReason, @JsonKey(name: '_statusReason') Element? statusReasonElement, FhirBoolean? prohibited, @JsonKey(name: '_prohibited') Element? prohibitedElement, Timing? scheduledTiming, Period? scheduledPeriod, String? scheduledString, @JsonKey(name: '_scheduledString') Element? scheduledStringElement, Reference? location, List<Reference>? performer, CodeableConcept? productCodeableConcept, Reference? productReference, Quantity? dailyAmount, Quantity? quantity, String? description, @JsonKey(name: '_description') Element? descriptionElement})
const
factory
CarePlanDetail.fromJson(Map<String, dynamic> json)
Factory constructor, accepts Map<String, dynamic> as an argument
factory
CarePlanDetail.fromJsonString(String source)
Acts like a constructor, returns a CarePlanDetail, accepts a String as an argument, mostly because I got tired of typing it out
factory
CarePlanDetail.fromYaml(dynamic yaml)
Factory constructor, accepts a String in YAML format as an argument
factory

Properties

category CodeableConcept?
no setterinherited
code CodeableConcept?
no setterinherited
copyWith → $CarePlanDetailCopyWith<CarePlanDetail>
no setterinherited
dailyAmount Quantity?
no setterinherited
definition Reference?
no setterinherited
description String?
no setterinherited
descriptionElement Element?
no setterinherited
goal List<Reference>?
no setterinherited
hashCode int
The hash code for this object.
no setterinherited
location Reference?
no setterinherited
performer List<Reference>?
no setterinherited
productCodeableConcept CodeableConcept?
no setterinherited
productReference Reference?
no setterinherited
prohibited FhirBoolean?
no setterinherited
prohibitedElement Element?
no setterinherited
quantity Quantity?
no setterinherited
reasonCode List<CodeableConcept>?
no setterinherited
reasonReference List<Reference>?
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
scheduledPeriod Period?
no setterinherited
scheduledString String?
no setterinherited
scheduledStringElement Element?
no setterinherited
scheduledTiming Timing?
no setterinherited
status CarePlanDetailStatus?
no setterinherited
statusElement Element?
no setterinherited
statusReason String?
no setterinherited
statusReasonElement 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