
Uses of Class
org.hl7.fhir.dstu2.model.Appointment
Packages that use Appointment
-
Uses of Appointment in org.hl7.fhir.dstu2.formats
Methods in org.hl7.fhir.dstu2.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.dstu2.formats with parameters of type AppointmentModifier and TypeMethodDescriptionprotected void
JsonParser.composeAppointment
(String name, Appointment element) protected void
XmlParser.composeAppointment
(String name, 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) -
Uses of Appointment in org.hl7.fhir.dstu2.model
Fields in org.hl7.fhir.dstu2.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.)protected Appointment
Encounter.appointmentTarget
The actual object that is the target of the reference (The appointment that scheduled this encounter.)Methods in org.hl7.fhir.dstu2.model that return AppointmentModifier and TypeMethodDescriptionAppointment.addIdentifier
(Identifier t) Appointment.addParticipant
(Appointment.AppointmentParticipantComponent t) Appointment.copy()
AppointmentResponse.getAppointmentTarget()
Encounter.getAppointmentTarget()
Appointment.setComment
(String value) Appointment.setCommentElement
(StringType value) Appointment.setDescription
(String value) Appointment.setDescriptionElement
(StringType value) Appointment.setEndElement
(InstantType value) Appointment.setMinutesDuration
(int value) Appointment.setMinutesDurationElement
(PositiveIntType value) Appointment.setPriority
(int value) Appointment.setPriorityElement
(UnsignedIntType value) Appointment.setReason
(CodeableConcept value) Appointment.setStartElement
(InstantType value) Appointment.setStatus
(Appointment.AppointmentStatus value) Appointment.setStatusElement
(Enumeration<Appointment.AppointmentStatus> value) Appointment.setType
(CodeableConcept value) protected Appointment
Appointment.typedCopy()
Methods in org.hl7.fhir.dstu2.model with parameters of type AppointmentModifier and TypeMethodDescriptionAppointmentResponse.setAppointmentTarget
(Appointment value) Encounter.setAppointmentTarget
(Appointment value)