Healthcare Portal
 
Loading...
Searching...
No Matches
com.hospital.portal.controller.PatientAppointmentController Member List

This is the complete list of members for com.hospital.portal.controller.PatientAppointmentController, including all inherited members.

addAppointmentPatient(@PathVariable String patientDNI, @RequestBody Appointment appointment)com.hospital.portal.controller.PatientAppointmentControllerinline
deleteAppointmentPatient(@PathVariable String appointmentId)com.hospital.portal.controller.PatientAppointmentControllerinline
getAllPatients()com.hospital.portal.controller.PatientAppointmentControllerinline
getAppointmentByPatientDniAndDoctorSpecialtyName(@PathVariable String patientDNI, @RequestParam String specialty_name)com.hospital.portal.controller.PatientAppointmentControllerinline
getAppointmentsByDate(@PathVariable String patientDNI, @RequestParam LocalDate date)com.hospital.portal.controller.PatientAppointmentControllerinline
getAppointmentsByPatientDNI(@PathVariable String patientDNI)com.hospital.portal.controller.PatientAppointmentControllerinline
modifyAppointment(@PathVariable String appointmentId, @RequestBody Appointment modifiedAppointment)com.hospital.portal.controller.PatientAppointmentControllerinline
PatientAppointmentController(PatientAppointmentService patientAppointmentService)com.hospital.portal.controller.PatientAppointmentControllerinline