Package | Description |
---|---|
common |
Modifier and Type | Method and Description |
---|---|
java.util.ArrayList<Patient> |
DBConnect.getPatient(java.lang.String fname,
java.lang.String lname)
Looks up patients by both first name and last name.
|
Modifier and Type | Method and Description |
---|---|
int |
DBConnect.createPatientRecord(Patient p)
Inserts a patient record into Patients table.
|
int |
DBConnect.updatePatientRecord(Patient oldRecord,
Patient newRecord)
Updates a patient record.
|