
Uses of Class
ca.uhn.fhir.model.dstu2.resource.HealthcareService.AvailableTime
Packages that use HealthcareService.AvailableTime
-
Uses of HealthcareService.AvailableTime in ca.uhn.fhir.model.dstu2.resource
Methods in ca.uhn.fhir.model.dstu2.resource that return HealthcareService.AvailableTimeModifier and TypeMethodDescriptionHealthcareService.addAvailableTime()
Adds and returns a new value for availableTime ()HealthcareService.getAvailableTimeFirstRep()
Gets the first repetition for availableTime (), creating it if it does not already exist.HealthcareService.AvailableTime.setAllDay
(boolean theBoolean) Sets the value for allDay ()HealthcareService.AvailableTime.setAllDay
(ca.uhn.fhir.model.primitive.BooleanDt theValue) Sets the value(s) for allDay ()HealthcareService.AvailableTime.setAvailableEndTime
(ca.uhn.fhir.model.primitive.TimeDt theValue) Sets the value(s) for availableEndTime ()HealthcareService.AvailableTime.setAvailableEndTime
(String theString) Sets the value for availableEndTime ()HealthcareService.AvailableTime.setAvailableStartTime
(ca.uhn.fhir.model.primitive.TimeDt theValue) Sets the value(s) for availableStartTime ()HealthcareService.AvailableTime.setAvailableStartTime
(String theString) Sets the value for availableStartTime ()HealthcareService.AvailableTime.setDaysOfWeek
(DaysOfWeekEnum theValue) Sets the value(s), and clears any existing value(s) for daysOfWeek ()HealthcareService.AvailableTime.setDaysOfWeek
(List<ca.uhn.fhir.model.primitive.BoundCodeDt<DaysOfWeekEnum>> theValue) Sets the value(s) for daysOfWeek ()Methods in ca.uhn.fhir.model.dstu2.resource that return types with arguments of type HealthcareService.AvailableTimeModifier and TypeMethodDescriptionHealthcareService.getAvailableTime()
Gets the value(s) for availableTime ().Methods in ca.uhn.fhir.model.dstu2.resource with parameters of type HealthcareService.AvailableTimeModifier and TypeMethodDescriptionHealthcareService.addAvailableTime
(HealthcareService.AvailableTime theValue) Adds a given new value for availableTime ()Method parameters in ca.uhn.fhir.model.dstu2.resource with type arguments of type HealthcareService.AvailableTimeModifier and TypeMethodDescriptionHealthcareService.setAvailableTime
(List<HealthcareService.AvailableTime> theValue) Sets the value(s) for availableTime ()