Uses of Class
org.hl7.fhir.r4.model.AppointmentResponse
-
Uses of AppointmentResponse in org.hl7.fhir.r4.formats
Modifier and TypeMethodDescriptionprotected AppointmentResponse
JsonParser.parseAppointmentResponse
(com.google.gson.JsonObject json) protected AppointmentResponse
XmlParser.parseAppointmentResponse
(org.xmlpull.v1.XmlPullParser xpp) Modifier and TypeMethodDescriptionprotected void
JsonParser.composeAppointmentResponse
(String name, AppointmentResponse element) protected void
RdfParser.composeAppointmentResponse
(Turtle.Complex parent, String parentType, String name, AppointmentResponse element, int index) protected void
XmlParser.composeAppointmentResponse
(String name, AppointmentResponse element) protected void
XmlParser.composeAppointmentResponseElements
(AppointmentResponse element) protected void
JsonParser.composeAppointmentResponseInner
(AppointmentResponse element) protected boolean
XmlParser.parseAppointmentResponseContent
(int eventType, org.xmlpull.v1.XmlPullParser xpp, AppointmentResponse res) protected void
JsonParser.parseAppointmentResponseProperties
(com.google.gson.JsonObject json, AppointmentResponse res) -
Uses of AppointmentResponse in org.hl7.fhir.r4.model
Modifier 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.setIdentifier
(List<Identifier> theIdentifier) AppointmentResponse.setParticipantStatus
(AppointmentResponse.ParticipantStatus value) AppointmentResponse.setParticipantStatusElement
(Enumeration<AppointmentResponse.ParticipantStatus> value) AppointmentResponse.setParticipantType
(List<CodeableConcept> theParticipantType) AppointmentResponse.setStartElement
(InstantType value) protected AppointmentResponse
AppointmentResponse.typedCopy()