Uses of Class
org.hl7.fhir.r4.model.Appointment
-
Packages that use Appointment Package Description org.hl7.fhir.r4.formats org.hl7.fhir.r4.model -
-
Uses of Appointment in org.hl7.fhir.r4.formats
Methods in org.hl7.fhir.r4.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.r4.formats with parameters of type Appointment Modifier and Type Method Description protected voidJsonParser. composeAppointment(String name, Appointment element)protected voidRdfParser. composeAppointment(Turtle.Complex parent, String parentType, String name, Appointment element, int index)protected voidXmlParser. composeAppointment(String name, Appointment element)protected voidXmlParser. composeAppointmentElements(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)protected booleanXmlParser. parseAppointmentAppointmentParticipantComponentContent(int eventType, org.xmlpull.v1.XmlPullParser xpp, Appointment owner, Appointment.AppointmentParticipantComponent res)protected voidJsonParser. parseAppointmentAppointmentParticipantComponentProperties(com.google.gson.JsonObject json, Appointment owner, Appointment.AppointmentParticipantComponent res)protected booleanXmlParser. parseAppointmentContent(int eventType, org.xmlpull.v1.XmlPullParser xpp, Appointment res)protected voidJsonParser. 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 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.)Fields in org.hl7.fhir.r4.model with type parameters of type Appointment Modifier and Type Field Description protected List<Appointment>Encounter. appointmentTargetThe actual objects that are the target of the reference (The appointment that scheduled this encounter.)Methods in org.hl7.fhir.r4.model that return types with arguments of type Appointment Modifier and Type Method Description List<Appointment>Encounter. getAppointmentTarget()Deprecated.Use Reference#setResource(IBaseResource) insteadMethods in org.hl7.fhir.r4.model with parameters of type Appointment Modifier and Type Method Description voidAppointment. copyValues(Appointment dst)AppointmentResponseAppointmentResponse. setAppointmentTarget(Appointment value)
-