Package healthcare.users.models
Class DoctorModel
java.lang.Object
healthcare.users.models.DoctorModel
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidappendToCSV(String filePath, String data) getName()voidremoveAvailability(LocalDate date) void
-
Constructor Details
-
DoctorModel
-
-
Method Details
-
getDoctorID
-
getName
-
getAppointments
-
getAvailableDates
-
readCSV
- Throws:
IOException
-
writeCSV
- Throws:
IOException
-
appendToCSV
- Throws:
IOException
-
removeAvailability
-