public FhiePatientDao(AbstractConnection cxn) { this.cxn = cxn; vistaDao = new VistaPatientDao(cxn); }