MdwsDemo.dao.soap.MhvDao.cdwLookup C# (CSharp) Method

cdwLookup() public method

public cdwLookup ( string ssn ) : PatientArray
ssn string
return MdwsDemo.mhv.PatientArray
        public PatientArray cdwLookup(string ssn)
        {
            return _svc.cdwLookup("myPassword", ssn);
        }