public static class HealthcareService.NotAvailable extends ca.uhn.fhir.model.api.BaseIdentifiableElement implements ca.uhn.fhir.model.api.IResourceBlock
Definition: The HealthcareService is not available during this period of time due to the provided reason
| Constructor and Description |
|---|
NotAvailable() |
| Modifier and Type | Method and Description |
|---|---|
<T extends ca.uhn.fhir.model.api.IElement> |
getAllPopulatedChildElementsOfType(Class<T> theType) |
String |
getDescription()
Gets the value(s) for description ().
|
ca.uhn.fhir.model.primitive.StringDt |
getDescriptionElement()
Gets the value(s) for description ().
|
PeriodDt |
getDuring()
Gets the value(s) for during ().
|
boolean |
isEmpty() |
HealthcareService.NotAvailable |
setDescription(String theString)
Sets the value for description ()
|
HealthcareService.NotAvailable |
setDescription(ca.uhn.fhir.model.primitive.StringDt theValue)
Sets the value(s) for description ()
|
HealthcareService.NotAvailable |
setDuring(PeriodDt theValue)
Sets the value(s) for during ()
|
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 NotAvailable()
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 ca.uhn.fhir.model.primitive.StringDt getDescriptionElement()
null.
Definition: The reason that can be presented to the user as to why this time is not available
public String getDescription()
null.
Definition: The reason that can be presented to the user as to why this time is not available
public HealthcareService.NotAvailable setDescription(ca.uhn.fhir.model.primitive.StringDt theValue)
Definition: The reason that can be presented to the user as to why this time is not available
public HealthcareService.NotAvailable setDescription(String theString)
Definition: The reason that can be presented to the user as to why this time is not available
public PeriodDt getDuring()
null.
Definition: Service is not available (seasonally or for a public holiday) from this date
public HealthcareService.NotAvailable setDuring(PeriodDt theValue)
Definition: Service is not available (seasonally or for a public holiday) from this date
Copyright © 2014–2018 University Health Network. All rights reserved.