
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 AppointmentResponse
JsonParser.parseAppointmentResponse
(com.google.gson.JsonObject json) protected AppointmentResponse
XmlParser.parseAppointmentResponse
(org.xmlpull.v1.XmlPullParser xpp) Methods in org.hl7.fhir.r5.formats with parameters of type AppointmentResponseModifier and TypeMethodDescriptionprotected void
JsonParser.composeAppointmentResponse
(String name, AppointmentResponse element) protected void
RdfParser.composeAppointmentResponse
(org.hl7.fhir.utilities.turtle.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.composeAppointmentResponseProperties
(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.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
(MarkdownType value) AppointmentResponse.setEndElement
(InstantType value) AppointmentResponse.setIdentifier
(List<Identifier> theIdentifier) AppointmentResponse.setOccurrenceDate
(Date value) AppointmentResponse.setOccurrenceDateElement
(DateType value) AppointmentResponse.setParticipantStatus
(AppointmentResponse.AppointmentResponseStatus value) AppointmentResponse.setParticipantStatusElement
(Enumeration<AppointmentResponse.AppointmentResponseStatus> value) AppointmentResponse.setParticipantType
(List<CodeableConcept> theParticipantType) AppointmentResponse.setProposedNewTime
(boolean value) AppointmentResponse.setProposedNewTimeElement
(BooleanType value) AppointmentResponse.setRecurrenceId
(int value) AppointmentResponse.setRecurrenceIdElement
(PositiveIntType value) AppointmentResponse.setRecurring
(boolean value) AppointmentResponse.setRecurringElement
(BooleanType value) AppointmentResponse.setStartElement
(InstantType value) protected AppointmentResponse
AppointmentResponse.typedCopy()
Methods in org.hl7.fhir.r5.model with parameters of type AppointmentResponse