Index

A C D F G H I L M N P R S T U V 
All Classes and Interfaces|All Packages

G

getAssets() - Method in class de.hitec.nhplus.model.Patient
Gets the value of the assets property.
getBegin() - Method in class de.hitec.nhplus.model.Treatment
 
getCareLevel() - Method in class de.hitec.nhplus.model.Patient
Gets the value of the careLevel property.
getConnection() - Static method in class de.hitec.nhplus.datastorage.ConnectionBuilder
 
getCreateStatement(Patient) - Method in class de.hitec.nhplus.datastorage.PatientDao
Generates a PreparedStatement to persist the given object of Patient.
getCreateStatement(Treatment) - Method in class de.hitec.nhplus.datastorage.TreatmentDao
Generates a PreparedStatement to persist the given object of Treatment.
getCreateStatement(T) - Method in class de.hitec.nhplus.datastorage.DaoImp
 
getDaoFactory() - Static method in class de.hitec.nhplus.datastorage.DaoFactory
 
getDate() - Method in class de.hitec.nhplus.model.Treatment
 
getDateOfBirth() - Method in class de.hitec.nhplus.model.Patient
Gets the value of the dateOfBirth property.
getDeleteStatement(long) - Method in class de.hitec.nhplus.datastorage.DaoImp
 
getDeleteStatement(long) - Method in class de.hitec.nhplus.datastorage.PatientDao
Generates a PreparedStatement to delete a patient with the given id.
getDeleteStatement(long) - Method in class de.hitec.nhplus.datastorage.TreatmentDao
Generates a PreparedStatement to delete a treatment with the given id.
getDescription() - Method in class de.hitec.nhplus.model.Treatment
 
getEnd() - Method in class de.hitec.nhplus.model.Treatment
 
getFirstName() - Method in class de.hitec.nhplus.model.Person
Gets the value of the firstName property.
getInstanceFromResultSet(ResultSet) - Method in class de.hitec.nhplus.datastorage.DaoImp
 
getInstanceFromResultSet(ResultSet) - Method in class de.hitec.nhplus.datastorage.PatientDao
Maps a ResultSet of one patient to an object of Patient.
getInstanceFromResultSet(ResultSet) - Method in class de.hitec.nhplus.datastorage.TreatmentDao
Maps a ResultSet of one treatment to an object of Treatment.
getListFromResultSet(ResultSet) - Method in class de.hitec.nhplus.datastorage.DaoImp
 
getListFromResultSet(ResultSet) - Method in class de.hitec.nhplus.datastorage.PatientDao
Maps a ResultSet of all patients to an ArrayList of Patient objects.
getListFromResultSet(ResultSet) - Method in class de.hitec.nhplus.datastorage.TreatmentDao
Maps a ResultSet of all treatments to an ArrayList with objects of class Treatment.
getPid() - Method in class de.hitec.nhplus.model.Patient
Gets the value of the pid property.
getPid() - Method in class de.hitec.nhplus.model.Treatment
 
getReadAllStatement() - Method in class de.hitec.nhplus.datastorage.DaoImp
 
getReadAllStatement() - Method in class de.hitec.nhplus.datastorage.PatientDao
Generates a PreparedStatement to query all patients.
getReadAllStatement() - Method in class de.hitec.nhplus.datastorage.TreatmentDao
Generates a PreparedStatement to query all treatments.
getReadByIDStatement(long) - Method in class de.hitec.nhplus.datastorage.DaoImp
 
getReadByIDStatement(long) - Method in class de.hitec.nhplus.datastorage.PatientDao
Generates a PreparedStatement to query a patient by a given patient id (pid).
getReadByIDStatement(long) - Method in class de.hitec.nhplus.datastorage.TreatmentDao
Generates a PreparedStatement to query a treatment by a given treatment id (tid).
getRemarks() - Method in class de.hitec.nhplus.model.Treatment
 
getRoomNumber() - Method in class de.hitec.nhplus.model.Patient
Gets the value of the roomNumber property.
getSurname() - Method in class de.hitec.nhplus.model.Person
Gets the value of the surname property.
getTid() - Method in class de.hitec.nhplus.model.Treatment
 
getUpdateStatement(Patient) - Method in class de.hitec.nhplus.datastorage.PatientDao
Generates a PreparedStatement to update the given patient, identified by the id of the patient (pid).
getUpdateStatement(Treatment) - Method in class de.hitec.nhplus.datastorage.TreatmentDao
Generates a PreparedStatement to update the given treatment, identified by the id of the treatment (tid).
getUpdateStatement(T) - Method in class de.hitec.nhplus.datastorage.DaoImp
 
A C D F G H I L M N P R S T U V 
All Classes and Interfaces|All Packages