Uses of Class
org.hl7.fhir.r5.model.Appointment
-
Packages that use Appointment Package Description org.hl7.fhir.r5.formats org.hl7.fhir.r5.model -
-
Uses of Appointment in org.hl7.fhir.r5.formats
Methods in org.hl7.fhir.r5.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.r5.formats with parameters of type Appointment Modifier and Type Method Description protected voidJsonParser. composeAppointment(String name, Appointment element)protected voidRdfParser. composeAppointment(org.hl7.fhir.utilities.turtle.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. composeAppointmentProperties(Appointment element)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.r5.model
Methods in org.hl7.fhir.r5.model with parameters of type Appointment Modifier and Type Method Description voidAppointment. copyValues(Appointment dst)
-