Package org.hl7.fhir.r5.model
Class Appointment.AppointmentRecurrenceTemplateComponent
java.lang.Object
org.hl7.fhir.r5.model.Base
org.hl7.fhir.r5.model.Element
org.hl7.fhir.r5.model.BackboneElement
org.hl7.fhir.r5.model.Appointment.AppointmentRecurrenceTemplateComponent
- All Implemented Interfaces:
ca.uhn.fhir.model.api.IElement
,Serializable
,org.hl7.fhir.instance.model.api.IBase
,org.hl7.fhir.instance.model.api.IBaseBackboneElement
,org.hl7.fhir.instance.model.api.IBaseElement
,org.hl7.fhir.instance.model.api.IBaseHasExtensions
,org.hl7.fhir.instance.model.api.IBaseHasModifierExtensions
- Enclosing class:
Appointment
public static class Appointment.AppointmentRecurrenceTemplateComponent
extends BackboneElement
implements org.hl7.fhir.instance.model.api.IBaseBackboneElement
- See Also:
-
Nested Class Summary
Nested classes/interfaces inherited from class org.hl7.fhir.r5.model.Base
Base.ProfileSource, Base.ValidationInfo, Base.ValidationMode, Base.ValidationReason
-
Field Summary
Modifier and TypeFieldDescriptionAny dates, such as holidays, that should be excluded from the recurrence.protected List
<PositiveIntType> Any dates, such as holidays, that should be excluded from the recurrence.protected DateType
Recurring appointments will not occur after this date.Information about monthly recurring appointments.protected PositiveIntType
How many appointments are planned in the recurrence.The list of specific dates that will have appointments generated.protected CodeableConcept
How often the appointment series should recur.protected CodeableConcept
The timezone of the recurring appointment occurrences.Information about weekly recurring appointments.Information about yearly recurring appointments.Fields inherited from class org.hl7.fhir.r5.model.BackboneElement
modifierExtension
-
Constructor Summary
ConstructorDescriptionConstructorAppointmentRecurrenceTemplateComponent
(CodeableConcept recurrenceType) Constructor -
Method Summary
Modifier and TypeMethodDescriptionaddExcludingDate
(Date value) addExcludingRecurrenceId
(int value) addOccurrenceDate
(Date value) copy()
void
boolean
equalsDeep
(Base other_) boolean
equalsShallow
(Base other_) fhirType()
getNamedProperty
(int _hash, String _name, boolean _checkValid) int
Base[]
getProperty
(int hash, String name, boolean checkValid) String[]
getTypesForProperty
(int hash, String name) boolean
boolean
hasExcludingDate
(Date value) boolean
boolean
hasExcludingRecurrenceId
(int value) boolean
boolean
boolean
boolean
boolean
boolean
boolean
hasOccurrenceDate
(Date value) boolean
boolean
boolean
boolean
boolean
isEmpty()
protected void
listChildren
(List<Property> children) makeProperty
(int hash, String name) void
removeChild
(String name, Base value) setExcludingDate
(List<DateType> theExcludingDate) setExcludingRecurrenceId
(List<PositiveIntType> theExcludingRecurrenceId) setLastOccurrenceDate
(Date value) setOccurrenceCount
(int value) setOccurrenceDate
(List<DateType> theOccurrenceDate) setProperty
(int hash, String name, Base value) setProperty
(String name, Base value) setRecurrenceType
(CodeableConcept value) setTimezone
(CodeableConcept value) Methods inherited from class org.hl7.fhir.r5.model.BackboneElement
addModifierExtension, addModifierExtension, addModifierExtension, checkNoModifiers, copyExtensions, copyNewExtensions, copyValues, getExtensionByUrl, getExtensionsByUrl, getExtensionsByUrl, getModifierExtension, getModifierExtensionFirstRep, hasExtension, hasExtension, hasModifierExtension, removeExtension, setModifierExtension
Methods inherited from class org.hl7.fhir.r5.model.Element
addExtension, addExtension, addExtension, copyExtensions, copyNewExtensions, copyValues, getExtension, getExtensionFirstRep, getExtensionString, getExtensionString, getFHIRPublicationVersion, getId, getIdBase, getIdElement, getStandardsStatus, hasExtension, hasExtension, hasId, hasIdElement, isDisallowExtensions, noExtensions, setDisallowExtensions, setExtension, setId, setIdBase, setIdElement, setStandardsStatus
Methods inherited from class org.hl7.fhir.r5.model.Base
addDefinition, addFormatCommentsPost, addFormatCommentsPre, addValidationMessage, canHavePrimitiveValue, children, clearUserData, compareDeep, compareDeep, compareDeep, compareDeep, compareValues, compareValues, copyFormatComments, copyUserData, copyValues, dateTimeValue, equals, getChildByName, getChildValueByName, getFormatCommentsPost, getFormatCommentsPre, getNamedProperty, getUserData, getUserInt, getUserString, getValidationInfo, getValidationMessages, getXhtml, hasFormatComment, hasFormatCommentPost, hasFormatCommentPre, hasPrimitiveValue, hasType, hasUserData, hasValidated, hasValidationInfo, hasValidationMessages, isBooleanPrimitive, isCopyUserData, isDateTime, isMetadataBased, isPrimitive, isResource, listChildrenByName, listChildrenByName, primitiveValue, setCopyUserData, setUserData, setUserDataINN
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface org.hl7.fhir.instance.model.api.IBase
getFormatCommentsPost, getFormatCommentsPre, getUserData, hasFormatComment, setUserData
Methods inherited from interface org.hl7.fhir.instance.model.api.IBaseElement
getUserData, setUserData
Methods inherited from interface org.hl7.fhir.instance.model.api.IBaseHasExtensions
addExtension, getExtension, hasExtension
Methods inherited from interface org.hl7.fhir.instance.model.api.IBaseHasModifierExtensions
addModifierExtension, getModifierExtension, hasModifierExtension
-
Field Details
-
timezone
The timezone of the recurring appointment occurrences. -
recurrenceType
How often the appointment series should recur. -
lastOccurrenceDate
Recurring appointments will not occur after this date. -
occurrenceCount
How many appointments are planned in the recurrence. -
occurrenceDate
The list of specific dates that will have appointments generated. -
weeklyTemplate
Information about weekly recurring appointments. -
monthlyTemplate
Information about monthly recurring appointments. -
yearlyTemplate
Information about yearly recurring appointments. -
excludingDate
Any dates, such as holidays, that should be excluded from the recurrence. -
excludingRecurrenceId
Any dates, such as holidays, that should be excluded from the recurrence.
-
-
Constructor Details
-
AppointmentRecurrenceTemplateComponent
Constructor -
AppointmentRecurrenceTemplateComponent
Constructor
-
-
Method Details
-
getTimezone
- Returns:
timezone
(The timezone of the recurring appointment occurrences.)
-
hasTimezone
-
setTimezone
- Parameters:
value
-timezone
(The timezone of the recurring appointment occurrences.)
-
getRecurrenceType
- Returns:
recurrenceType
(How often the appointment series should recur.)
-
hasRecurrenceType
-
setRecurrenceType
- Parameters:
value
-recurrenceType
(How often the appointment series should recur.)
-
getLastOccurrenceDateElement
- Returns:
lastOccurrenceDate
(Recurring appointments will not occur after this date.). This is the underlying object with id, value and extensions. The accessor "getLastOccurrenceDate" gives direct access to the value
-
hasLastOccurrenceDateElement
-
hasLastOccurrenceDate
-
setLastOccurrenceDateElement
public Appointment.AppointmentRecurrenceTemplateComponent setLastOccurrenceDateElement(DateType value) - Parameters:
value
-lastOccurrenceDate
(Recurring appointments will not occur after this date.). This is the underlying object with id, value and extensions. The accessor "getLastOccurrenceDate" gives direct access to the value
-
getLastOccurrenceDate
- Returns:
- Recurring appointments will not occur after this date.
-
setLastOccurrenceDate
- Parameters:
value
- Recurring appointments will not occur after this date.
-
getOccurrenceCountElement
- Returns:
occurrenceCount
(How many appointments are planned in the recurrence.). This is the underlying object with id, value and extensions. The accessor "getOccurrenceCount" gives direct access to the value
-
hasOccurrenceCountElement
-
hasOccurrenceCount
-
setOccurrenceCountElement
public Appointment.AppointmentRecurrenceTemplateComponent setOccurrenceCountElement(PositiveIntType value) - Parameters:
value
-occurrenceCount
(How many appointments are planned in the recurrence.). This is the underlying object with id, value and extensions. The accessor "getOccurrenceCount" gives direct access to the value
-
getOccurrenceCount
- Returns:
- How many appointments are planned in the recurrence.
-
setOccurrenceCount
- Parameters:
value
- How many appointments are planned in the recurrence.
-
getOccurrenceDate
- Returns:
occurrenceDate
(The list of specific dates that will have appointments generated.)
-
setOccurrenceDate
public Appointment.AppointmentRecurrenceTemplateComponent setOccurrenceDate(List<DateType> theOccurrenceDate) - Returns:
- Returns a reference to
this
for easy method chaining
-
hasOccurrenceDate
-
addOccurrenceDateElement
- Returns:
occurrenceDate
(The list of specific dates that will have appointments generated.)
-
addOccurrenceDate
- Parameters:
value
-occurrenceDate
(The list of specific dates that will have appointments generated.)
-
hasOccurrenceDate
- Parameters:
value
-occurrenceDate
(The list of specific dates that will have appointments generated.)
-
getWeeklyTemplate
- Returns:
weeklyTemplate
(Information about weekly recurring appointments.)
-
hasWeeklyTemplate
-
setWeeklyTemplate
public Appointment.AppointmentRecurrenceTemplateComponent setWeeklyTemplate(Appointment.AppointmentRecurrenceTemplateWeeklyTemplateComponent value) - Parameters:
value
-weeklyTemplate
(Information about weekly recurring appointments.)
-
getMonthlyTemplate
- Returns:
monthlyTemplate
(Information about monthly recurring appointments.)
-
hasMonthlyTemplate
-
setMonthlyTemplate
public Appointment.AppointmentRecurrenceTemplateComponent setMonthlyTemplate(Appointment.AppointmentRecurrenceTemplateMonthlyTemplateComponent value) - Parameters:
value
-monthlyTemplate
(Information about monthly recurring appointments.)
-
getYearlyTemplate
- Returns:
yearlyTemplate
(Information about yearly recurring appointments.)
-
hasYearlyTemplate
-
setYearlyTemplate
public Appointment.AppointmentRecurrenceTemplateComponent setYearlyTemplate(Appointment.AppointmentRecurrenceTemplateYearlyTemplateComponent value) - Parameters:
value
-yearlyTemplate
(Information about yearly recurring appointments.)
-
getExcludingDate
- Returns:
excludingDate
(Any dates, such as holidays, that should be excluded from the recurrence.)
-
setExcludingDate
public Appointment.AppointmentRecurrenceTemplateComponent setExcludingDate(List<DateType> theExcludingDate) - Returns:
- Returns a reference to
this
for easy method chaining
-
hasExcludingDate
-
addExcludingDateElement
- Returns:
excludingDate
(Any dates, such as holidays, that should be excluded from the recurrence.)
-
addExcludingDate
- Parameters:
value
-excludingDate
(Any dates, such as holidays, that should be excluded from the recurrence.)
-
hasExcludingDate
- Parameters:
value
-excludingDate
(Any dates, such as holidays, that should be excluded from the recurrence.)
-
getExcludingRecurrenceId
- Returns:
excludingRecurrenceId
(Any dates, such as holidays, that should be excluded from the recurrence.)
-
setExcludingRecurrenceId
public Appointment.AppointmentRecurrenceTemplateComponent setExcludingRecurrenceId(List<PositiveIntType> theExcludingRecurrenceId) - Returns:
- Returns a reference to
this
for easy method chaining
-
hasExcludingRecurrenceId
-
addExcludingRecurrenceIdElement
- Returns:
excludingRecurrenceId
(Any dates, such as holidays, that should be excluded from the recurrence.)
-
addExcludingRecurrenceId
- Parameters:
value
-excludingRecurrenceId
(Any dates, such as holidays, that should be excluded from the recurrence.)
-
hasExcludingRecurrenceId
- Parameters:
value
-excludingRecurrenceId
(Any dates, such as holidays, that should be excluded from the recurrence.)
-
listChildren
- Overrides:
listChildren
in classBackboneElement
-
getNamedProperty
public Property getNamedProperty(int _hash, String _name, boolean _checkValid) throws org.hl7.fhir.exceptions.FHIRException - Overrides:
getNamedProperty
in classBackboneElement
- Throws:
org.hl7.fhir.exceptions.FHIRException
-
getProperty
public Base[] getProperty(int hash, String name, boolean checkValid) throws org.hl7.fhir.exceptions.FHIRException - Overrides:
getProperty
in classBackboneElement
- Throws:
org.hl7.fhir.exceptions.FHIRException
-
setProperty
public Base setProperty(int hash, String name, Base value) throws org.hl7.fhir.exceptions.FHIRException - Overrides:
setProperty
in classBackboneElement
- Throws:
org.hl7.fhir.exceptions.FHIRException
-
setProperty
- Overrides:
setProperty
in classBackboneElement
- Throws:
org.hl7.fhir.exceptions.FHIRException
-
removeChild
- Overrides:
removeChild
in classBackboneElement
- Throws:
org.hl7.fhir.exceptions.FHIRException
-
makeProperty
- Overrides:
makeProperty
in classBackboneElement
- Throws:
org.hl7.fhir.exceptions.FHIRException
-
getTypesForProperty
public String[] getTypesForProperty(int hash, String name) throws org.hl7.fhir.exceptions.FHIRException - Overrides:
getTypesForProperty
in classBackboneElement
- Throws:
org.hl7.fhir.exceptions.FHIRException
-
addChild
- Overrides:
addChild
in classBackboneElement
- Throws:
org.hl7.fhir.exceptions.FHIRException
-
copy
- Specified by:
copy
in classBackboneElement
-
copyValues
-
equalsDeep
- Overrides:
equalsDeep
in classBackboneElement
-
equalsShallow
- Overrides:
equalsShallow
in classBackboneElement
-
isEmpty
- Specified by:
isEmpty
in interfaceorg.hl7.fhir.instance.model.api.IBase
- Overrides:
isEmpty
in classBackboneElement
-
fhirType
- Specified by:
fhirType
in interfaceorg.hl7.fhir.instance.model.api.IBase
- Overrides:
fhirType
in classBackboneElement
- Returns:
- the FHIR type name of the instance (not the java class name)
-