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

nptLookup() 개인적인 메소드

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