Esempio n. 1
0
 public Patient[] mpiMatch(DataSource src, string ssn)
 {
     gov.va.medora.mdo.dao.hl7.mpi.MpiConnection cxn = new gov.va.medora.mdo.dao.hl7.mpi.MpiConnection(src);
     gov.va.medora.mdo.dao.hl7.mpi.MpiPatientDao dao = new gov.va.medora.mdo.dao.hl7.mpi.MpiPatientDao(cxn);
     return(dao.match(ssn));
 }
Esempio n. 2
0
 public Patient[] mpiMatch(DataSource src, string ssn)
 {
     gov.va.medora.mdo.dao.hl7.mpi.MpiConnection cxn = new gov.va.medora.mdo.dao.hl7.mpi.MpiConnection(src);
     gov.va.medora.mdo.dao.hl7.mpi.MpiPatientDao dao = new gov.va.medora.mdo.dao.hl7.mpi.MpiPatientDao(cxn);
     return dao.match(ssn);
 }