using System; using System.Collections.Generic; using System.Linq; using System.Text; using SOH.Entities; using SOH.Data; using System.Data; using SOH.Entities.DTO; namespace SOH.BLL { public interface IPingAn { string Get_Http(string url, int timeout,string parm); pa_yysq Djhx(string hospitalOrderId, string orderId,string captcha); void Bgsc(string orderId); DataTable GetPaGrgzb(string xm, string sfzh, string dh,string tjrq); DataTable GetPaTtgzb(string xm, string sfzh, string dh, string tjrq); string GetPaYysqList(string sfz, string xm,string sjh, DateTime dt1, DateTime dt2,string fddm); string postFileMessage(string strUrl, List postParaList); } }