
Uses of Class
org.hl7.fhir.dstu2.model.AppointmentResponse
Packages that use AppointmentResponse
- 
Uses of AppointmentResponse in org.hl7.fhir.dstu2.formats
Methods in org.hl7.fhir.dstu2.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.dstu2.formats with parameters of type AppointmentResponseModifier and TypeMethodDescriptionprotected voidJsonParser.composeAppointmentResponse(String name, AppointmentResponse element) protected voidXmlParser.composeAppointmentResponse(String name, AppointmentResponse element) protected voidJsonParser.composeAppointmentResponseInner(AppointmentResponse element)  - 
Uses of AppointmentResponse in org.hl7.fhir.dstu2.model
Methods in org.hl7.fhir.dstu2.model that return AppointmentResponseModifier and TypeMethodDescriptionAppointmentResponse.addIdentifier(Identifier t) AppointmentResponse.addParticipantType(CodeableConcept t) AppointmentResponse.copy()AppointmentResponse.setActorTarget(Resource value) AppointmentResponse.setAppointment(Reference value) AppointmentResponse.setAppointmentTarget(Appointment value) AppointmentResponse.setComment(String value) AppointmentResponse.setCommentElement(StringType value) AppointmentResponse.setEndElement(InstantType value) AppointmentResponse.setParticipantStatus(AppointmentResponse.ParticipantStatus value) AppointmentResponse.setParticipantStatusElement(Enumeration<AppointmentResponse.ParticipantStatus> value) AppointmentResponse.setStartElement(InstantType value) protected AppointmentResponseAppointmentResponse.typedCopy()