Package Model
Class Appointment
java.lang.Object
Model.Appointment
-
Nested Class Summary
-
Constructor Summary
ConstructorDescriptionAppointment
(String patientId, LocalDate date, TimeSlot timeSlot, Appointment.Type type) -
Method Summary
Modifier and TypeMethodDescriptiongetDate()
getType()
void
void
setDoctorId
(String doctorId) void
setOutcome
(AppointmentOutcomeRecord outcome) void
setStatus
(Appointment.Status status) void
setTimeSlot
(TimeSlot timeSlot) toString()
-
Constructor Details
-
Appointment
-
-
Method Details
-
setStatus
-
getTimeSlot
-
setDate
-
setTimeSlot
-
toString
-
getFullDetails
-
getDate
-
getType
-
getStatus
-
getPatientId
-
getDoctorId
-
setDoctorId
-
getOutcome
-
setOutcome
-