TimingRepeat class

Annotations
  • @freezed

Constructors

TimingRepeat({@JsonKey(name: 'id') FhirId? fhirId, @JsonKey(name: 'extension') List<FhirExtension>? extension_, @JsonKey(name: 'fhir_comments') List<String>? fhirComments, Quantity? boundsQuantity, Range? boundsRange, Period? boundsPeriod, FhirInteger? count, @JsonKey(name: '_count') Element? countElement, FhirDecimal? duration, @JsonKey(name: '_duration') Element? durationElement, FhirDecimal? durationMax, @JsonKey(name: '_durationMax') Element? durationMaxElement, @JsonKey(unknownEnumValue: RepeatUnits.unknown) RepeatUnits? durationUnits, @JsonKey(name: '_durationUnit') Element? durationUnitElement, FhirInteger? frequency, @JsonKey(name: '_frequency') Element? frequencyElement, FhirInteger? frequencyMax, @JsonKey(name: '_frequencyMax') Element? frequencyMaxElement, FhirDecimal? period, @JsonKey(name: '_period') Element? periodElement, FhirDecimal? periodMax, @JsonKey(name: '_periodMax') Element? periodMaxElement, @JsonKey(unknownEnumValue: RepeatUnits.unknown) RepeatUnits? periodUnits, @JsonKey(name: '_periodUnits') Element? periodUnitElement, FhirCode? when, @JsonKey(name: '_when') Element? whenElement})
const
factory
TimingRepeat.fromJson(Map<String, dynamic> json)
Factory constructor, accepts Map<String, dynamic> as an argument
factory
TimingRepeat.fromJsonString(String source)
Acts like a constructor, returns a TimingRepeat, accepts a String as an argument, mostly because I got tired of typing it out
factory
TimingRepeat.fromYaml(dynamic yaml)
Factory constructor, accepts a String in YAML format as an argument
factory

Properties

boundsPeriod Period?
no setterinherited
boundsQuantity Quantity?
no setterinherited
boundsRange Range?
no setterinherited
copyWith → $TimingRepeatCopyWith<TimingRepeat>
no setterinherited
count FhirInteger?
no setterinherited
countElement Element?
no setterinherited
duration FhirDecimal?
no setterinherited
durationElement Element?
no setterinherited
durationMax FhirDecimal?
no setterinherited
durationMaxElement Element?
no setterinherited
durationUnitElement Element?
no setterinherited
durationUnits RepeatUnits?
no setterinherited
extension_ List<FhirExtension>?
no setterinherited
fhirComments List<String>?
no setterinherited
fhirId FhirId?
no setterinherited
frequency FhirInteger?
no setterinherited
frequencyElement Element?
no setterinherited
frequencyMax FhirInteger?
no setterinherited
frequencyMaxElement Element?
no setterinherited
hashCode int
The hash code for this object.
no setterinherited
period FhirDecimal?
no setterinherited
periodElement Element?
no setterinherited
periodMax FhirDecimal?
no setterinherited
periodMaxElement Element?
no setterinherited
periodUnitElement Element?
no setterinherited
periodUnits RepeatUnits?
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
when FhirCode?
no setterinherited
whenElement 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