Uses of Class
org.hl7.fhir.dstu2.model.Appointment
-
Packages that use Appointment Package Description org.hl7.fhir.dstu2.formats org.hl7.fhir.dstu2.model -
-
Uses of Appointment in org.hl7.fhir.dstu2.formats
Methods in org.hl7.fhir.dstu2.formats that return Appointment Modifier and Type Method Description protected AppointmentJsonParser. parseAppointment(com.google.gson.JsonObject json)protected AppointmentXmlParser. parseAppointment(org.xmlpull.v1.XmlPullParser xpp)Methods in org.hl7.fhir.dstu2.formats with parameters of type Appointment Modifier and Type Method Description protected voidJsonParser. composeAppointment(String name, Appointment element)protected voidXmlParser. composeAppointment(String name, Appointment element)protected voidJsonParser. composeAppointmentInner(Appointment element)protected Appointment.AppointmentParticipantComponentJsonParser. parseAppointmentAppointmentParticipantComponent(com.google.gson.JsonObject json, Appointment owner)protected Appointment.AppointmentParticipantComponentXmlParser. 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 Appointment Modifier and Type Field Description protected AppointmentAppointmentResponse. appointmentTargetThe actual object that is the target of the reference (Appointment that this response is replying to.)protected AppointmentEncounter. appointmentTargetThe actual object that is the target of the reference (The appointment that scheduled this encounter.)Methods in org.hl7.fhir.dstu2.model with parameters of type Appointment Modifier and Type Method Description AppointmentResponseAppointmentResponse. setAppointmentTarget(Appointment value)EncounterEncounter. setAppointmentTarget(Appointment value)
-