AppointmentWeeklyTemplate class

AppointmentWeeklyTemplate A booking of a healthcare event among patient(s), practitioner(s), related person(s) and/or device(s) for a specific date/time. This may result in one or more Encounter(s).

Annotations
  • @freezed

Constructors

AppointmentWeeklyTemplate({@JsonKey(name: 'id') String? fhirId, @JsonKey(name: 'extension') List<FhirExtension>? extension_, List<FhirExtension>? modifierExtension, FhirBoolean? monday, @JsonKey(name: '_monday') Element? mondayElement, FhirBoolean? tuesday, @JsonKey(name: '_tuesday') Element? tuesdayElement, FhirBoolean? wednesday, @JsonKey(name: '_wednesday') Element? wednesdayElement, FhirBoolean? thursday, @JsonKey(name: '_thursday') Element? thursdayElement, FhirBoolean? friday, @JsonKey(name: '_friday') Element? fridayElement, FhirBoolean? saturday, @JsonKey(name: '_saturday') Element? saturdayElement, FhirBoolean? sunday, @JsonKey(name: '_sunday') Element? sundayElement, FhirPositiveInt? weekInterval, @JsonKey(name: '_weekInterval') Element? weekIntervalElement})
AppointmentWeeklyTemplate A booking of a healthcare event among patient(s), practitioner(s), related person(s) and/or device(s) for a specific date/time. This may result in one or more Encounter(s).
const
factory
AppointmentWeeklyTemplate.fromJson(Map<String, dynamic> json)
Factory constructor, accepts Map<String, dynamic> as an argument
factory
AppointmentWeeklyTemplate.fromJsonString(String source)
Acts like a constructor, returns a AppointmentWeeklyTemplate, accepts a String as an argument, mostly because I got tired of typing it out
factory
AppointmentWeeklyTemplate.fromYaml(dynamic yaml)
Factory constructor that accepts a String in YAML format as an argument
factory

Properties

copyWith → $AppointmentWeeklyTemplateCopyWith<AppointmentWeeklyTemplate>
no setterinherited
extension_ List<FhirExtension>?
extension_ ("extension") May be used to represent additional information that is not part of the basic definition of the element. To make the use of extensions safe and managable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension.
no setterinherited
fhirId String?
id Unique id for the element within a resource (for internal references). This may be any string value that does not contain spaces.
no setterinherited
friday FhirBoolean?
friday Indicates that recurring appointments should occur on Fridays.
no setterinherited
fridayElement Element?
fridayElement ("_friday") Extensions for friday
no setterinherited
hashCode int
The hash code for this object.
no setterinherited
modifierExtension List<FhirExtension>?
modifierExtension May be used to represent additional information that is not part of the basic definition of the element and that modifies the understanding of the element in which it is contained and/or the understanding of the containing element's descendants. Usually modifier elements provide negation or qualification. To make the use of extensions safe and managable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension. Applications processing a resource are required to check for modifier extensions.Modifier extensions SHALL NOT change the meaning of any elements on Resource or DomainResource (including cannot change the meaning of modifierExtension itself).
no setterinherited
monday FhirBoolean?
monday Indicates that recurring appointments should occur on Mondays.
no setterinherited
mondayElement Element?
mondayElement ("_monday") Extensions for monday
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
saturday FhirBoolean?
saturday Indicates that recurring appointments should occur on Saturdays.
no setterinherited
saturdayElement Element?
saturdayElement ("_saturday") Extensions for saturday
no setterinherited
sunday FhirBoolean?
sunday Indicates that recurring appointments should occur on Sundays.
no setterinherited
sundayElement Element?
sundayElement ("_sunday") Extensions for sunday
no setterinherited
thursday FhirBoolean?
thursday Indicates that recurring appointments should occur on Thursdays.
no setterinherited
thursdayElement Element?
thursdayElement ("_thursday") Extensions for thursday
no setterinherited
tuesday FhirBoolean?
tuesday Indicates that recurring appointments should occur on Tuesdays.
no setterinherited
tuesdayElement Element?
tuesdayElement ("_tuesday") Extensions for tuesday
no setterinherited
wednesday FhirBoolean?
wednesday Indicates that recurring appointments should occur on Wednesdays.
no setterinherited
wednesdayElement Element?
wednesdayElement ("_wednesday") Extensions for wednesday
no setterinherited
weekInterval FhirPositiveInt?
weekInterval The interval defines if the recurrence is every nth week. The default is every week, so it is expected that this value will be 2 or more. e.g. For recurring every second week this interval would be 2, or every third week the interval would be 3.
no setterinherited
weekIntervalElement Element?
weekIntervalElement ("_weekInterval") Extensions for weekInterval
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