Uses of Class
ca.uhn.fhir.model.dstu2.resource.HealthcareService.AvailableTime
-
Uses of HealthcareService.AvailableTime in ca.uhn.fhir.model.dstu2.resource
Modifier 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 ()Modifier and TypeMethodDescriptionHealthcareService.getAvailableTime()
Gets the value(s) for availableTime ().Modifier and TypeMethodDescriptionHealthcareService.addAvailableTime
(HealthcareService.AvailableTime theValue) Adds a given new value for availableTime ()Modifier and TypeMethodDescriptionHealthcareService.setAvailableTime
(List<HealthcareService.AvailableTime> theValue) Sets the value(s) for availableTime ()