pub struct AvailabilityAvailableTimeBuilder { /* private fields */ }Expand description
Builder for AvailabilityAvailableTime.
Implementations§
Source§impl AvailabilityAvailableTimeBuilder
impl AvailabilityAvailableTimeBuilder
Sourcepub fn id(self, value: String) -> AvailabilityAvailableTimeBuilder
pub fn id(self, value: String) -> AvailabilityAvailableTimeBuilder
Unique id for inter-element referencing
Unique id for the element within a resource (for internal references). This may be any string value that does not contain spaces.
Sourcepub fn extension(
self,
value: Vec<Extension>,
) -> AvailabilityAvailableTimeBuilder
pub fn extension( self, value: Vec<Extension>, ) -> AvailabilityAvailableTimeBuilder
Additional content defined by implementations
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.
There can be no stigma associated with the use of extensions by any application, project, or standard - regardless of the institution or jurisdiction that uses or defines the extensions. The use of extensions is what allows the FHIR specification to retain a core level of simplicity for everyone.
Sourcepub fn days_of_week(
self,
value: Vec<Option<DaysOfWeek>>,
) -> AvailabilityAvailableTimeBuilder
pub fn days_of_week( self, value: Vec<Option<DaysOfWeek>>, ) -> AvailabilityAvailableTimeBuilder
DaysOfWeek; mon | tue | wed | thu | fri | sat | sun
mon | tue | wed | thu | fri | sat | sun.
Sourcepub fn days_of_week_ext(
self,
value: Vec<Option<FieldExtension>>,
) -> AvailabilityAvailableTimeBuilder
pub fn days_of_week_ext( self, value: Vec<Option<FieldExtension>>, ) -> AvailabilityAvailableTimeBuilder
Extension field.
Sourcepub fn all_day(self, value: bool) -> AvailabilityAvailableTimeBuilder
pub fn all_day(self, value: bool) -> AvailabilityAvailableTimeBuilder
Always available? i.e. 24 hour service
Always available? i.e. 24 hour service.
Sourcepub fn all_day_ext(
self,
value: FieldExtension,
) -> AvailabilityAvailableTimeBuilder
pub fn all_day_ext( self, value: FieldExtension, ) -> AvailabilityAvailableTimeBuilder
Extension field.
Sourcepub fn available_start_time(
self,
value: Time,
) -> AvailabilityAvailableTimeBuilder
pub fn available_start_time( self, value: Time, ) -> AvailabilityAvailableTimeBuilder
Opening time of day (ignored if allDay = true)
Opening time of day (ignored if allDay = true).
The timezone is expected to be specified or implied by the context this datatype is used.
Sourcepub fn available_start_time_ext(
self,
value: FieldExtension,
) -> AvailabilityAvailableTimeBuilder
pub fn available_start_time_ext( self, value: FieldExtension, ) -> AvailabilityAvailableTimeBuilder
Extension field.
Sourcepub fn available_end_time(self, value: Time) -> AvailabilityAvailableTimeBuilder
pub fn available_end_time(self, value: Time) -> AvailabilityAvailableTimeBuilder
Closing time of day (ignored if allDay = true)
Closing time of day (ignored if allDay = true).
The timezone is expected to be specified or implied by the context this datatype is used.
Sourcepub fn available_end_time_ext(
self,
value: FieldExtension,
) -> AvailabilityAvailableTimeBuilder
pub fn available_end_time_ext( self, value: FieldExtension, ) -> AvailabilityAvailableTimeBuilder
Extension field.