![](/hapi-fhir/images/logos/raccoon-forwards.png)
Uses of Class
org.hl7.fhir.r4.model.Appointment
Packages that use Appointment
-
Uses of Appointment in org.hl7.fhir.r4.formats
Methods in org.hl7.fhir.r4.formats that return AppointmentModifier and TypeMethodDescriptionprotected Appointment
JsonParser.parseAppointment
(com.google.gson.JsonObject json) protected Appointment
XmlParser.parseAppointment
(org.xmlpull.v1.XmlPullParser xpp) Methods in org.hl7.fhir.r4.formats with parameters of type AppointmentModifier and TypeMethodDescriptionprotected void
JsonParser.composeAppointment
(String name, Appointment element) protected void
RdfParser.composeAppointment
(Turtle.Complex parent, String parentType, String name, Appointment element, int index) protected void
XmlParser.composeAppointment
(String name, Appointment element) protected void
XmlParser.composeAppointmentElements
(Appointment element) protected void
JsonParser.composeAppointmentInner
(Appointment element) JsonParser.parseAppointmentAppointmentParticipantComponent
(com.google.gson.JsonObject json, Appointment owner) XmlParser.parseAppointmentAppointmentParticipantComponent
(org.xmlpull.v1.XmlPullParser xpp, Appointment owner) protected boolean
XmlParser.parseAppointmentAppointmentParticipantComponentContent
(int eventType, org.xmlpull.v1.XmlPullParser xpp, Appointment owner, Appointment.AppointmentParticipantComponent res) protected void
JsonParser.parseAppointmentAppointmentParticipantComponentProperties
(com.google.gson.JsonObject json, Appointment owner, Appointment.AppointmentParticipantComponent res) protected boolean
XmlParser.parseAppointmentContent
(int eventType, org.xmlpull.v1.XmlPullParser xpp, Appointment res) protected void
JsonParser.parseAppointmentProperties
(com.google.gson.JsonObject json, Appointment res) -
Uses of Appointment in org.hl7.fhir.r4.model
Fields in org.hl7.fhir.r4.model declared as AppointmentModifier and TypeFieldDescriptionprotected Appointment
AppointmentResponse.appointmentTarget
The actual object that is the target of the reference (Appointment that this response is replying to.)Fields in org.hl7.fhir.r4.model with type parameters of type AppointmentModifier and TypeFieldDescriptionprotected List
<Appointment> Encounter.appointmentTarget
The actual objects that are the target of the reference (The appointment that scheduled this encounter.)Methods in org.hl7.fhir.r4.model that return AppointmentModifier and TypeMethodDescriptionEncounter.addAppointmentTarget()
Deprecated.Use Reference#setResource(IBaseResource) insteadAppointment.addBasedOn
(Reference t) Appointment.addIdentifier
(Identifier t) Appointment.addParticipant
(Appointment.AppointmentParticipantComponent t) Appointment.addReasonCode
(CodeableConcept t) Appointment.addReasonReference
(Reference t) Appointment.addRequestedPeriod
(Period t) Appointment.addServiceCategory
(CodeableConcept t) Appointment.addServiceType
(CodeableConcept t) Appointment.addSpecialty
(CodeableConcept t) Appointment.addSupportingInformation
(Reference t) Appointment.copy()
AppointmentResponse.getAppointmentTarget()
Appointment.setAppointmentType
(CodeableConcept value) Appointment.setBasedOn
(List<Reference> theBasedOn) Appointment.setCancelationReason
(CodeableConcept value) Appointment.setComment
(String value) Appointment.setCommentElement
(StringType value) Appointment.setCreated
(Date value) Appointment.setCreatedElement
(DateTimeType value) Appointment.setDescription
(String value) Appointment.setDescriptionElement
(StringType value) Appointment.setEndElement
(InstantType value) Appointment.setIdentifier
(List<Identifier> theIdentifier) Appointment.setMinutesDuration
(int value) Appointment.setMinutesDurationElement
(PositiveIntType value) Appointment.setParticipant
(List<Appointment.AppointmentParticipantComponent> theParticipant) Appointment.setPatientInstruction
(String value) Appointment.setPatientInstructionElement
(StringType value) Appointment.setPriority
(int value) Appointment.setPriorityElement
(UnsignedIntType value) Appointment.setReasonCode
(List<CodeableConcept> theReasonCode) Appointment.setReasonReference
(List<Reference> theReasonReference) Appointment.setRequestedPeriod
(List<Period> theRequestedPeriod) Appointment.setServiceCategory
(List<CodeableConcept> theServiceCategory) Appointment.setServiceType
(List<CodeableConcept> theServiceType) Appointment.setSpecialty
(List<CodeableConcept> theSpecialty) Appointment.setStartElement
(InstantType value) Appointment.setStatus
(Appointment.AppointmentStatus value) Appointment.setStatusElement
(Enumeration<Appointment.AppointmentStatus> value) Appointment.setSupportingInformation
(List<Reference> theSupportingInformation) protected Appointment
Appointment.typedCopy()
Methods in org.hl7.fhir.r4.model that return types with arguments of type AppointmentModifier and TypeMethodDescriptionEncounter.getAppointmentTarget()
Deprecated.Use Reference#setResource(IBaseResource) insteadMethods in org.hl7.fhir.r4.model with parameters of type AppointmentModifier and TypeMethodDescriptionvoid
Appointment.copyValues
(Appointment dst) AppointmentResponse.setAppointmentTarget
(Appointment value)