FileDocCategorySizeDatePackage
PatientDAO.javaAPI DocExample552Mon Nov 24 10:08:14 GMT 2003com.oreilly.patterns.chapter8

PatientDAO

public interface PatientDAO

Fields Summary
Constructors Summary
Methods Summary
public com.oreilly.patterns.chapter7.PatientDTOcreatePatient(com.oreilly.patterns.chapter7.PatientDTO patient)

public com.oreilly.patterns.chapter7.PatientDTOfindPatient(long pat_no)

public voidsavePatient(com.oreilly.patterns.chapter7.PatientDTO patient)