RequestGroupAction class

Annotations
  • @freezed

Constructors

RequestGroupAction({String? label, @JsonKey(name: '_label') Element? labelElement, String? title, @JsonKey(name: '_title') Element? titleElement, String? description, @JsonKey(name: '_description') Element? descriptionElement, String? textEquivalent, @JsonKey(name: '_textEquivalent') Element? textEquivalentElement, List<CodeableConcept>? code, List<RelatedArtifact>? documentation, List<RequestGroupCondition>? condition, List<RequestGroupRelatedAction>? relatedAction, FhirDateTime? timingDateTime, @JsonKey(name: '_timingDateTime') Element? timingDateTimeElement, Period? timingPeriod, FhirDuration? timingDuration, Range? timingRange, Timing? timingTiming, List<Reference>? participant, Coding? type, String? groupingBehavior, @JsonKey(name: '_groupingBehavior') Element? groupingBehaviorElement, String? selectionBehavior, @JsonKey(name: '_selectionBehavior') Element? selectionBehaviorElement, String? requiredBehavior, @JsonKey(name: '_requiredBehavior') Element? requiredBehaviorElement, String? precheckBehavior, @JsonKey(name: '_precheckBehavior') Element? precheckBehaviorElement, String? cardinalityBehavior, @JsonKey(name: '_cardinalityBehavior') Element? cardinalityBehaviorElement, Reference? resource, List<RequestGroupAction>? action})
const
factory
RequestGroupAction.fromJson(Map<String, dynamic> json)
Factory constructor, accepts Map<String, dynamic> as an argument
factory
RequestGroupAction.fromJsonString(String source)
Acts like a constructor, returns a RequestGroupAction, accepts a String as an argument, mostly because I got tired of typing it out
factory
RequestGroupAction.fromYaml(dynamic yaml)
Factory constructor, accepts a String in YAML format as an argument
factory

Properties

action List<RequestGroupAction>?
no setterinherited
cardinalityBehavior String?
no setterinherited
cardinalityBehaviorElement Element?
no setterinherited
code List<CodeableConcept>?
no setterinherited
condition List<RequestGroupCondition>?
no setterinherited
copyWith → $RequestGroupActionCopyWith<RequestGroupAction>
no setterinherited
description String?
no setterinherited
descriptionElement Element?
no setterinherited
documentation List<RelatedArtifact>?
no setterinherited
groupingBehavior String?
no setterinherited
groupingBehaviorElement Element?
no setterinherited
hashCode int
The hash code for this object.
no setterinherited
label String?
no setterinherited
labelElement Element?
no setterinherited
participant List<Reference>?
no setterinherited
precheckBehavior String?
no setterinherited
precheckBehaviorElement Element?
no setterinherited
relatedAction List<RequestGroupRelatedAction>?
no setterinherited
requiredBehavior String?
no setterinherited
requiredBehaviorElement Element?
no setterinherited
resource Reference?
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
selectionBehavior String?
no setterinherited
selectionBehaviorElement Element?
no setterinherited
textEquivalent String?
no setterinherited
textEquivalentElement Element?
no setterinherited
timingDateTime FhirDateTime?
no setterinherited
timingDateTimeElement Element?
no setterinherited
timingDuration FhirDuration?
no setterinherited
timingPeriod Period?
no setterinherited
timingRange Range?
no setterinherited
timingTiming Timing?
no setterinherited
title String?
no setterinherited
titleElement Element?
no setterinherited
type Coding?
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