示例#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));
 }
示例#2
0
文件: PatientApi.cs 项目: OSEHRA/mdo
 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);
 }