Uses of Class
com.ibm.fhir.model.resource.AppointmentResponse
-
Packages that use AppointmentResponse Package Description com.ibm.fhir.model.resource com.ibm.fhir.model.visitor -
-
Uses of AppointmentResponse in com.ibm.fhir.model.resource
Methods in com.ibm.fhir.model.resource that return AppointmentResponse Modifier and Type Method Description AppointmentResponse
AppointmentResponse.Builder. build()
Build theAppointmentResponse
Methods in com.ibm.fhir.model.resource with parameters of type AppointmentResponse Modifier and Type Method Description protected AppointmentResponse.Builder
AppointmentResponse.Builder. from(AppointmentResponse appointmentResponse)
-
Uses of AppointmentResponse in com.ibm.fhir.model.visitor
Methods in com.ibm.fhir.model.visitor with parameters of type AppointmentResponse Modifier and Type Method Description boolean
DefaultVisitor. visit(String elementName, int elementIndex, AppointmentResponse appointmentResponse)
Delegates to#visit(elementName, elementIndex, DomainResource)
boolean
Visitor. visit(String elementName, int elementIndex, AppointmentResponse appointmentResponse)
-