Skip navigation links
C D G I P S T U 

P

Patient - Class in doctor.backend
This class represents a patient with identificable information, including name, date of birth, phone number, address, and medical number.
Patient() - Constructor for class doctor.backend.Patient
Creates an "empty" patient.
Patient(String, String, Date, String, String, String, String, String, String) - Constructor for class doctor.backend.Patient
Creates a Patient object with all identifiable information.
Pharmacist - Class in pharmacist.backend
This class represents a typical pharmacist.
Pharmacist() - Constructor for class pharmacist.backend.Pharmacist
Creates an "empty" pharmacist.
Pharmacist(String, String, String, Date, String, String, String) - Constructor for class pharmacist.backend.Pharmacist
Creates a Pharmacist.
pharmacist.backend - package pharmacist.backend
 
Pharmacy - Class in pharmacist.backend
This class represents a typical pharmacy pharmacists work at.
Pharmacy() - Constructor for class pharmacist.backend.Pharmacy
Creates an "empty" pharmacy.
Pharmacy(String, String, String, String, String, String) - Constructor for class pharmacist.backend.Pharmacy
Creates an actual pharmacy.
Prescription - Class in doctor.backend
This class represents a typical prescription.
Prescription() - Constructor for class doctor.backend.Prescription
Creates an blank prescription.
Prescription(String, String, String, String, String, int, int, String, Date, boolean, String, String, String) - Constructor for class doctor.backend.Prescription
Creates a precription.
C D G I P S T U 
Skip navigation links