- getAddress() - Method in class doctor.backend.Patient
-
- getAddress() - Method in class pharmacist.backend.Pharmacy
-
- getCity() - Method in class doctor.backend.Patient
-
- getCity() - Method in class pharmacist.backend.Pharmacy
-
- getConnection() - Method in class common.DBConnect
-
Gets a new database connection.
- getDOB() - Method in class common.User
-
Obtains user's date of birth.
- getDocLicense() - Method in class doctor.backend.Prescription
-
- getDoctorRecord(String) - Method in class common.DBConnect
-
Obtains the doctor's record from the database.
- getFirstName() - Method in class common.User
-
Obtains user's first name.
- getLastName() - Method in class common.User
-
Obtains user's last name.
- getLicense() - Method in class common.User
-
Obtains user's medical license.
- getMedicalNumber() - Method in class doctor.backend.Patient
-
- getName() - Method in class pharmacist.backend.Pharmacy
-
- getPassword() - Method in class common.User
-
Obtains password.
- getPatient(String, String) - Method in class common.DBConnect
-
Looks up patients by both first name and last name.
- getPatientMedNumber() - Method in class doctor.backend.Prescription
-
- getPharmBranchID() - Method in class pharmacist.backend.Pharmacist
-
- getPharmID() - Method in class doctor.backend.Prescription
-
- getPhone() - Method in class doctor.backend.Patient
-
- getRefills() - Method in class doctor.backend.Prescription
-
- getRxDate() - Method in class doctor.backend.Prescription
-
- getRxFrequency() - Method in class doctor.backend.Prescription
-
- getRxMaxRefill() - Method in class doctor.backend.Prescription
-
- getRxName() - Method in class doctor.backend.Prescription
-
- getRxNote() - Method in class doctor.backend.Prescription
-
- getRxQuantity() - Method in class doctor.backend.Prescription
-
- getRxRoute() - Method in class doctor.backend.Prescription
-
- getRxStrength() - Method in class doctor.backend.Prescription
-
- getState() - Method in class doctor.backend.Patient
-
- getState() - Method in class pharmacist.backend.Pharmacy
-
- getUsername() - Method in class common.User
-
Obtains username.
- getZipCode() - Method in class doctor.backend.Patient
-
- getZipCode() - Method in class pharmacist.backend.Pharmacy
-