public static class HealthcareService.AvailableTime extends ca.uhn.fhir.model.api.BaseIdentifiableElement implements ca.uhn.fhir.model.api.IResourceBlock
Definition: A collection of times that the Service Site is available
| Constructor and Description |
|---|
AvailableTime() |
| Modifier and Type | Method and Description |
|---|---|
ca.uhn.fhir.model.primitive.BoundCodeDt<DaysOfWeekEnum> |
addDaysOfWeek()
Add a value for daysOfWeek ()
|
ca.uhn.fhir.model.primitive.BoundCodeDt<DaysOfWeekEnum> |
addDaysOfWeek(DaysOfWeekEnum theValue)
Add a value for daysOfWeek () using an enumerated type.
|
Boolean |
getAllDay()
Gets the value(s) for allDay ().
|
ca.uhn.fhir.model.primitive.BooleanDt |
getAllDayElement()
Gets the value(s) for allDay ().
|
<T extends ca.uhn.fhir.model.api.IElement> |
getAllPopulatedChildElementsOfType(Class<T> theType) |
String |
getAvailableEndTime()
Gets the value(s) for availableEndTime ().
|
ca.uhn.fhir.model.primitive.TimeDt |
getAvailableEndTimeElement()
Gets the value(s) for availableEndTime ().
|
String |
getAvailableStartTime()
Gets the value(s) for availableStartTime ().
|
ca.uhn.fhir.model.primitive.TimeDt |
getAvailableStartTimeElement()
Gets the value(s) for availableStartTime ().
|
List<ca.uhn.fhir.model.primitive.BoundCodeDt<DaysOfWeekEnum>> |
getDaysOfWeek()
Gets the value(s) for daysOfWeek ().
|
ca.uhn.fhir.model.primitive.BoundCodeDt<DaysOfWeekEnum> |
getDaysOfWeekFirstRep()
Gets the first repetition for daysOfWeek (),
creating it if it does not already exist.
|
boolean |
isEmpty() |
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(String theString)
Sets the value for availableEndTime ()
|
HealthcareService.AvailableTime |
setAvailableEndTime(ca.uhn.fhir.model.primitive.TimeDt theValue)
Sets the value(s) for availableEndTime ()
|
HealthcareService.AvailableTime |
setAvailableStartTime(String theString)
Sets the value for availableStartTime ()
|
HealthcareService.AvailableTime |
setAvailableStartTime(ca.uhn.fhir.model.primitive.TimeDt theValue)
Sets the value(s) 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 ()
|
getElementSpecificId, getId, setElementSpecificId, setId, setIdaddUndeclaredExtension, addUndeclaredExtension, addUndeclaredExtension, getAllUndeclaredExtensions, getFormatCommentsPost, getFormatCommentsPre, getUndeclaredExtensions, getUndeclaredExtensionsByUrl, getUndeclaredModifierExtensions, hasFormatComment, isBaseEmptyclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitpublic AvailableTime()
public boolean isEmpty()
isEmpty in interface org.hl7.fhir.instance.model.api.IBasepublic <T extends ca.uhn.fhir.model.api.IElement> List<T> getAllPopulatedChildElementsOfType(Class<T> theType)
getAllPopulatedChildElementsOfType in interface ca.uhn.fhir.model.api.ICompositeElementpublic List<ca.uhn.fhir.model.primitive.BoundCodeDt<DaysOfWeekEnum>> getDaysOfWeek()
null.
Definition: Indicates which days of the week are available between the start and end Times
public HealthcareService.AvailableTime setDaysOfWeek(List<ca.uhn.fhir.model.primitive.BoundCodeDt<DaysOfWeekEnum>> theValue)
Definition: Indicates which days of the week are available between the start and end Times
public ca.uhn.fhir.model.primitive.BoundCodeDt<DaysOfWeekEnum> addDaysOfWeek(DaysOfWeekEnum theValue)
addDaysOfWeek() method.
Definition: Indicates which days of the week are available between the start and end Times
public ca.uhn.fhir.model.primitive.BoundCodeDt<DaysOfWeekEnum> getDaysOfWeekFirstRep()
Definition: Indicates which days of the week are available between the start and end Times
public ca.uhn.fhir.model.primitive.BoundCodeDt<DaysOfWeekEnum> addDaysOfWeek()
Definition: Indicates which days of the week are available between the start and end Times
public HealthcareService.AvailableTime setDaysOfWeek(DaysOfWeekEnum theValue)
Definition: Indicates which days of the week are available between the start and end Times
public ca.uhn.fhir.model.primitive.BooleanDt getAllDayElement()
null.
Definition: Is this always available? (hence times are irrelevant) e.g. 24 hour service
public Boolean getAllDay()
null.
Definition: Is this always available? (hence times are irrelevant) e.g. 24 hour service
public HealthcareService.AvailableTime setAllDay(ca.uhn.fhir.model.primitive.BooleanDt theValue)
Definition: Is this always available? (hence times are irrelevant) e.g. 24 hour service
public HealthcareService.AvailableTime setAllDay(boolean theBoolean)
Definition: Is this always available? (hence times are irrelevant) e.g. 24 hour service
public ca.uhn.fhir.model.primitive.TimeDt getAvailableStartTimeElement()
null.
Definition: The opening time of day. Note: If the AllDay flag is set, then this time is ignored
public String getAvailableStartTime()
null.
Definition: The opening time of day. Note: If the AllDay flag is set, then this time is ignored
public HealthcareService.AvailableTime setAvailableStartTime(ca.uhn.fhir.model.primitive.TimeDt theValue)
Definition: The opening time of day. Note: If the AllDay flag is set, then this time is ignored
public HealthcareService.AvailableTime setAvailableStartTime(String theString)
Definition: The opening time of day. Note: If the AllDay flag is set, then this time is ignored
public ca.uhn.fhir.model.primitive.TimeDt getAvailableEndTimeElement()
null.
Definition: The closing time of day. Note: If the AllDay flag is set, then this time is ignored
public String getAvailableEndTime()
null.
Definition: The closing time of day. Note: If the AllDay flag is set, then this time is ignored
public HealthcareService.AvailableTime setAvailableEndTime(ca.uhn.fhir.model.primitive.TimeDt theValue)
Definition: The closing time of day. Note: If the AllDay flag is set, then this time is ignored
public HealthcareService.AvailableTime setAvailableEndTime(String theString)
Definition: The closing time of day. Note: If the AllDay flag is set, then this time is ignored
Copyright © 2014–2018 University Health Network. All rights reserved.