Uses of Class
org.hl7.fhir.r5.model.AppointmentResponse
Packages that use AppointmentResponse
-
Uses of AppointmentResponse in org.hl7.fhir.r5.formats
Methods in org.hl7.fhir.r5.formats that return AppointmentResponseModifier and TypeMethodDescriptionprotected AppointmentResponseJsonParser.parseAppointmentResponse(com.google.gson.JsonObject json)protected AppointmentResponseXmlParser.parseAppointmentResponse(org.xmlpull.v1.XmlPullParser xpp)Methods in org.hl7.fhir.r5.formats with parameters of type AppointmentResponseModifier and TypeMethodDescriptionprotected voidJsonParser.composeAppointmentResponse(String name, AppointmentResponse element)protected voidRdfParser.composeAppointmentResponse(org.hl7.fhir.utilities.turtle.Turtle.Complex parent, String parentType, String name, AppointmentResponse element, int index)protected voidXmlParser.composeAppointmentResponse(String name, AppointmentResponse element)protected voidXmlParser.composeAppointmentResponseElements(AppointmentResponse element)protected voidJsonParser.composeAppointmentResponseProperties(AppointmentResponse element)protected booleanXmlParser.parseAppointmentResponseContent(int eventType, org.xmlpull.v1.XmlPullParser xpp, AppointmentResponse res)protected voidJsonParser.parseAppointmentResponseProperties(com.google.gson.JsonObject json, AppointmentResponse res) -
Uses of AppointmentResponse in org.hl7.fhir.r5.model
Methods in org.hl7.fhir.r5.model that return AppointmentResponseModifier and TypeMethodDescriptionAppointmentResponse.addIdentifier(Identifier t)AppointmentResponse.addParticipantType(CodeableConcept t)AppointmentResponse.copy()AppointmentResponse.setAppointment(Reference value)AppointmentResponse.setComment(String value)AppointmentResponse.setCommentElement(StringType value)AppointmentResponse.setEndElement(InstantType value)AppointmentResponse.setIdentifier(List<Identifier> theIdentifier)AppointmentResponse.setParticipantStatus(Enumerations.ParticipationStatus value)AppointmentResponse.setParticipantStatusElement(Enumeration<Enumerations.ParticipationStatus> value)AppointmentResponse.setParticipantType(List<CodeableConcept> theParticipantType)AppointmentResponse.setStartElement(InstantType value)protected AppointmentResponseAppointmentResponse.typedCopy()Methods in org.hl7.fhir.r5.model with parameters of type AppointmentResponse