Class Appointment
- All Implemented Interfaces:
org.jvnet.jaxb2_commons.lang.Equals2,org.jvnet.jaxb2_commons.lang.HashCode2,org.jvnet.jaxb2_commons.lang.ToString2
Java class for Appointment complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="Appointment">
<complexContent>
<extension base="{http://hl7.org/fhir}DomainResource">
<sequence>
<element name="identifier" type="{http://hl7.org/fhir}Identifier" maxOccurs="unbounded" minOccurs="0"/>
<element name="status" type="{http://hl7.org/fhir}AppointmentStatus"/>
<element name="serviceCategory" type="{http://hl7.org/fhir}CodeableConcept" minOccurs="0"/>
<element name="serviceType" type="{http://hl7.org/fhir}CodeableConcept" maxOccurs="unbounded" minOccurs="0"/>
<element name="specialty" type="{http://hl7.org/fhir}CodeableConcept" maxOccurs="unbounded" minOccurs="0"/>
<element name="appointmentType" type="{http://hl7.org/fhir}CodeableConcept" minOccurs="0"/>
<element name="reason" type="{http://hl7.org/fhir}CodeableConcept" minOccurs="0"/>
<element name="priority" type="{http://hl7.org/fhir}unsignedInt" minOccurs="0"/>
<element name="description" type="{http://hl7.org/fhir}string" minOccurs="0"/>
<element name="start" type="{http://hl7.org/fhir}instant" minOccurs="0"/>
<element name="end" type="{http://hl7.org/fhir}instant" minOccurs="0"/>
<element name="minutesDuration" type="{http://hl7.org/fhir}positiveInt" minOccurs="0"/>
<element name="slot" type="{http://hl7.org/fhir}Reference" maxOccurs="unbounded" minOccurs="0"/>
<element name="created" type="{http://hl7.org/fhir}dateTime" minOccurs="0"/>
<element name="comment" type="{http://hl7.org/fhir}string" minOccurs="0"/>
<element name="participant" type="{http://hl7.org/fhir}Appointment.Participant" maxOccurs="unbounded"/>
</sequence>
</extension>
</complexContent>
</complexType>
-
Field Summary
FieldsModifier and TypeFieldDescriptionprotected CodeableConceptprotected Stringprotected DateTimeprotected Stringprotected Instantprotected List<Identifier> protected PositiveIntprotected List<AppointmentParticipant> protected UnsignedIntprotected CodeableConceptprotected CodeableConceptprotected List<CodeableConcept> protected List<CodeableConcept> protected Instantprotected AppointmentStatusFields inherited from class org.hl7.fhir.DomainResource
contained, extension, modifierExtension, textFields inherited from class org.hl7.fhir.Resource
id, implicitRules, language, meta -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionappend(org.jvnet.jaxb2_commons.locator.ObjectLocator locator, StringBuilder buffer, org.jvnet.jaxb2_commons.lang.ToStringStrategy2 strategy) appendFields(org.jvnet.jaxb2_commons.locator.ObjectLocator locator, StringBuilder buffer, org.jvnet.jaxb2_commons.lang.ToStringStrategy2 strategy) booleanbooleanequals(org.jvnet.jaxb2_commons.locator.ObjectLocator thisLocator, org.jvnet.jaxb2_commons.locator.ObjectLocator thatLocator, Object object, org.jvnet.jaxb2_commons.lang.EqualsStrategy2 strategy) Gets the value of the appointmentType property.Gets the value of the comment property.Gets the value of the created property.Gets the value of the description property.getEnd()Gets the value of the end property.Gets the value of the identifier property.Gets the value of the minutesDuration property.Gets the value of the participant property.Gets the value of the priority property.Gets the value of the reason property.Gets the value of the serviceCategory property.Gets the value of the serviceType property.getSlot()Gets the value of the slot property.Gets the value of the specialty property.getStart()Gets the value of the start property.Gets the value of the status property.inthashCode()inthashCode(org.jvnet.jaxb2_commons.locator.ObjectLocator locator, org.jvnet.jaxb2_commons.lang.HashCodeStrategy2 strategy) voidSets the value of the appointmentType property.voidsetComment(String value) Sets the value of the comment property.voidsetCreated(DateTime value) Sets the value of the created property.voidsetDescription(String value) Sets the value of the description property.voidSets the value of the end property.voidsetIdentifier(List<Identifier> value) voidsetMinutesDuration(PositiveInt value) Sets the value of the minutesDuration property.voidsetParticipant(List<AppointmentParticipant> value) voidsetPriority(UnsignedInt value) Sets the value of the priority property.voidsetReason(CodeableConcept value) Sets the value of the reason property.voidSets the value of the serviceCategory property.voidsetServiceType(List<CodeableConcept> value) voidvoidsetSpecialty(List<CodeableConcept> value) voidSets the value of the start property.voidsetStatus(AppointmentStatus value) Sets the value of the status property.toString()withComment(String value) withContained(Collection<ResourceContainer> values) withContained(ResourceContainer... values) withCreated(DateTime value) withDescription(String value) withExtension(Collection<Extension> values) withExtension(Extension... values) withIdentifier(Collection<Identifier> values) withIdentifier(Identifier... values) withImplicitRules(Uri value) withLanguage(Code value) withMinutesDuration(PositiveInt value) withModifierExtension(Collection<Extension> values) withModifierExtension(Extension... values) withParticipant(AppointmentParticipant... values) withPriority(UnsignedInt value) withReason(CodeableConcept value) withServiceType(Collection<CodeableConcept> values) withServiceType(CodeableConcept... values) withSlot(Collection<Reference> values) withSpecialty(Collection<CodeableConcept> values) withSpecialty(CodeableConcept... values) withStatus(AppointmentStatus value) Methods inherited from class org.hl7.fhir.DomainResource
getContained, getExtension, getModifierExtension, getText, setContained, setExtension, setModifierExtension, setTextMethods inherited from class org.hl7.fhir.Resource
getId, getImplicitRules, getLanguage, getMeta, setId, setImplicitRules, setLanguage, setMeta
-
Field Details
-
identifier
-
status
-
serviceCategory
-
serviceType
-
specialty
-
appointmentType
-
reason
-
priority
-
description
-
start
-
end
-
minutesDuration
-
slot
-
created
-
comment
-
participant
-
-
Constructor Details
-
Appointment
public Appointment()
-
-
Method Details
-
getIdentifier
Gets the value of the identifier property.This accessor method returns a reference to the live list, not a snapshot. Therefore any modification you make to the returned list will be present inside the Jakarta XML Binding object. This is why there is not a
setmethod for the identifier property.For example, to add a new item, do as follows:
getIdentifier().add(newItem);Objects of the following type(s) are allowed in the list
Identifier -
getStatus
Gets the value of the status property.- Returns:
- possible object is
AppointmentStatus
-
setStatus
Sets the value of the status property.- Parameters:
value- allowed object isAppointmentStatus
-
getServiceCategory
Gets the value of the serviceCategory property.- Returns:
- possible object is
CodeableConcept
-
setServiceCategory
Sets the value of the serviceCategory property.- Parameters:
value- allowed object isCodeableConcept
-
getServiceType
Gets the value of the serviceType property.This accessor method returns a reference to the live list, not a snapshot. Therefore any modification you make to the returned list will be present inside the Jakarta XML Binding object. This is why there is not a
setmethod for the serviceType property.For example, to add a new item, do as follows:
getServiceType().add(newItem);Objects of the following type(s) are allowed in the list
CodeableConcept -
getSpecialty
Gets the value of the specialty property.This accessor method returns a reference to the live list, not a snapshot. Therefore any modification you make to the returned list will be present inside the Jakarta XML Binding object. This is why there is not a
setmethod for the specialty property.For example, to add a new item, do as follows:
getSpecialty().add(newItem);Objects of the following type(s) are allowed in the list
CodeableConcept -
getAppointmentType
Gets the value of the appointmentType property.- Returns:
- possible object is
CodeableConcept
-
setAppointmentType
Sets the value of the appointmentType property.- Parameters:
value- allowed object isCodeableConcept
-
getReason
Gets the value of the reason property.- Returns:
- possible object is
CodeableConcept
-
setReason
Sets the value of the reason property.- Parameters:
value- allowed object isCodeableConcept
-
getPriority
Gets the value of the priority property.- Returns:
- possible object is
UnsignedInt
-
setPriority
Sets the value of the priority property.- Parameters:
value- allowed object isUnsignedInt
-
getDescription
Gets the value of the description property.- Returns:
- possible object is
String
-
setDescription
Sets the value of the description property.- Parameters:
value- allowed object isString
-
getStart
Gets the value of the start property.- Returns:
- possible object is
Instant
-
setStart
Sets the value of the start property.- Parameters:
value- allowed object isInstant
-
getEnd
Gets the value of the end property.- Returns:
- possible object is
Instant
-
setEnd
Sets the value of the end property.- Parameters:
value- allowed object isInstant
-
getMinutesDuration
Gets the value of the minutesDuration property.- Returns:
- possible object is
PositiveInt
-
setMinutesDuration
Sets the value of the minutesDuration property.- Parameters:
value- allowed object isPositiveInt
-
getSlot
Gets the value of the slot property.This accessor method returns a reference to the live list, not a snapshot. Therefore any modification you make to the returned list will be present inside the Jakarta XML Binding object. This is why there is not a
setmethod for the slot property.For example, to add a new item, do as follows:
getSlot().add(newItem);Objects of the following type(s) are allowed in the list
Reference -
getCreated
Gets the value of the created property.- Returns:
- possible object is
DateTime
-
setCreated
Sets the value of the created property.- Parameters:
value- allowed object isDateTime
-
getComment
Gets the value of the comment property.- Returns:
- possible object is
String
-
setComment
Sets the value of the comment property.- Parameters:
value- allowed object isString
-
getParticipant
Gets the value of the participant property.This accessor method returns a reference to the live list, not a snapshot. Therefore any modification you make to the returned list will be present inside the Jakarta XML Binding object. This is why there is not a
setmethod for the participant property.For example, to add a new item, do as follows:
getParticipant().add(newItem);Objects of the following type(s) are allowed in the list
AppointmentParticipant -
withIdentifier
-
withIdentifier
-
withStatus
-
withServiceCategory
-
withServiceType
-
withServiceType
-
withSpecialty
-
withSpecialty
-
withAppointmentType
-
withReason
-
withPriority
-
withDescription
-
withStart
-
withEnd
-
withMinutesDuration
-
withSlot
-
withSlot
-
withCreated
-
withComment
-
withParticipant
-
withParticipant
-
withText
- Overrides:
withTextin classDomainResource
-
withContained
- Overrides:
withContainedin classDomainResource
-
withContained
- Overrides:
withContainedin classDomainResource
-
withExtension
- Overrides:
withExtensionin classDomainResource
-
withExtension
- Overrides:
withExtensionin classDomainResource
-
withModifierExtension
- Overrides:
withModifierExtensionin classDomainResource
-
withModifierExtension
- Overrides:
withModifierExtensionin classDomainResource
-
withId
- Overrides:
withIdin classDomainResource
-
withMeta
- Overrides:
withMetain classDomainResource
-
withImplicitRules
- Overrides:
withImplicitRulesin classDomainResource
-
withLanguage
- Overrides:
withLanguagein classDomainResource
-
equals
public boolean equals(org.jvnet.jaxb2_commons.locator.ObjectLocator thisLocator, org.jvnet.jaxb2_commons.locator.ObjectLocator thatLocator, Object object, org.jvnet.jaxb2_commons.lang.EqualsStrategy2 strategy) - Specified by:
equalsin interfaceorg.jvnet.jaxb2_commons.lang.Equals2- Overrides:
equalsin classDomainResource
-
equals
- Overrides:
equalsin classDomainResource
-
hashCode
public int hashCode(org.jvnet.jaxb2_commons.locator.ObjectLocator locator, org.jvnet.jaxb2_commons.lang.HashCodeStrategy2 strategy) - Specified by:
hashCodein interfaceorg.jvnet.jaxb2_commons.lang.HashCode2- Overrides:
hashCodein classDomainResource
-
hashCode
public int hashCode()- Overrides:
hashCodein classDomainResource
-
toString
- Overrides:
toStringin classDomainResource
-
append
public StringBuilder append(org.jvnet.jaxb2_commons.locator.ObjectLocator locator, StringBuilder buffer, org.jvnet.jaxb2_commons.lang.ToStringStrategy2 strategy) - Specified by:
appendin interfaceorg.jvnet.jaxb2_commons.lang.ToString2- Overrides:
appendin classDomainResource
-
appendFields
public StringBuilder appendFields(org.jvnet.jaxb2_commons.locator.ObjectLocator locator, StringBuilder buffer, org.jvnet.jaxb2_commons.lang.ToStringStrategy2 strategy) - Specified by:
appendFieldsin interfaceorg.jvnet.jaxb2_commons.lang.ToString2- Overrides:
appendFieldsin classDomainResource
-
setIdentifier
-
setServiceType
-
setSpecialty
-
setSlot
-
setParticipant
-