CarePlanActivityDetail class

Annotations
  • @freezed

Constructors

CarePlanActivityDetail({@JsonKey(name: 'id') FhirId? fhirId, @JsonKey(name: 'extension') List<FhirExtension>? extension_, List<FhirExtension>? modifierExtension, @JsonKey(name: 'fhir_comments') List<String>? fhirComments, CodeableConcept? category, CodeableConcept? code, List<CodeableConcept>? reasonCode, List<Reference>? reasonReference, List<Reference>? goal, @JsonKey(unknownEnumValue: DetailStatus.unknown) DetailStatus? status, @JsonKey(name: '_status') Element? statusElement, CodeableConcept? statusReason, required FhirBoolean prohibited, 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
CarePlanActivityDetail.fromJson(Map<String, dynamic> json)
Factory constructor, accepts Map<String, dynamic> as an argument
factory
CarePlanActivityDetail.fromJsonString(String source)
Acts like a constructor, returns a CarePlanActivityDetail, accepts a String as an argument, mostly because I got tired of typing it out
factory
CarePlanActivityDetail.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 → $CarePlanActivityDetailCopyWith<CarePlanActivityDetail>
no setterinherited
dailyAmount Quantity?
no setterinherited
description String?
no setterinherited
descriptionElement Element?
no setterinherited
extension_ List<FhirExtension>?
no setterinherited
fhirComments List<String>?
no setterinherited
fhirId FhirId?
no setterinherited
goal List<Reference>?
no setterinherited
hashCode int
The hash code for this object.
no setterinherited
location Reference?
no setterinherited
modifierExtension List<FhirExtension>?
no setterinherited
performer List<Reference>?
no setterinherited
productCodeableConcept CodeableConcept?
no setterinherited
productReference Reference?
no setterinherited
prohibited FhirBoolean
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 DetailStatus?
no setterinherited
statusElement Element?
no setterinherited
statusReason CodeableConcept?
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