gov.va.medora.mdws.FindPatientService.mpiLookup C# (CSharp) 메소드

mpiLookup() 개인적인 메소드

private mpiLookup ( string SSN ) : PatientArray
SSN string
리턴 gov.va.medora.mdws.dto.PatientArray
        public PatientArray mpiLookup(string SSN)
        {
            return (PatientArray)MySession.execute("PatientLib", "mpiLookup", new object[] { SSN, "", "", "", "", "", "" });
        }