public static string GetTestItemIDs(string YYCode) { return(MandateInfoPro.GetTestItemIDs(YYCode)); }
public static bool UpdateMandate(MandateInfo mandate, List <SampleInfo> sampleList, ref string err) { return(MandateInfoPro.UpdateMandate(mandate, sampleList, ref err)); }
public static MandateInfo GetMandateInfo(string YYCode) { return(MandateInfoPro.GetMandateInfo(YYCode)); }
public static List <SelectListItem> GetTestType(string FatherTestType) { DataTable dt = MandateInfoPro.GetTestType(FatherTestType); return(GetList(dt)); }
public static DataTable GetClienInfo(string ClienName) { return(MandateInfoPro.GetClienInfo(ClienName)); }
public static bool IsPayState(string YYCode) { return(MandateInfoPro.IsPayState(YYCode)); }
public static bool UpdatePayInfo(PayInfo payInfo, string YYCode, ref string err) { return(MandateInfoPro.UpdatePayInfo(payInfo, YYCode, ref err)); }
public static string GetPayId() { return(MandateInfoPro.GetPayId()); }
public static string GetYYCode() { return(MandateInfoPro.GetYYCode()); }
public static DataTable GetConfigInfo(string condition, string TaskType) { return(MandateInfoPro.GetConfigInfo(condition, TaskType)); }
public static DataTable GetState(string type) { return(MandateInfoPro.GetState(type)); }
public static DataTable GetMandateChargeInfo(string where) { return(MandateInfoPro.GetMandateChargeInfo(where)); }
public static double GetMandateCharge(string YYCode) { return(MandateInfoPro.GetMandateCharge(YYCode)); }
public static double GetPayMoney(string ClienName) { return(MandateInfoPro.GetPayMoney(ClienName)); }
public static bool SaveAccept(string YYCode, string MCode, string AcceptPeople, string type, ref string err) { return(MandateInfoPro.SaveAccept(YYCode, MCode, AcceptPeople, type, ref err)); }
public static string GetMCode(string type) { return(MandateInfoPro.GetMCode(type)); }
public static DataTable GetSampleInfoByYYCode(string YYCode) { return(MandateInfoPro.GetSampleInfoByYYCode(YYCode)); }
public static PayInfo GetPayInfo(string PayId) { return(MandateInfoPro.GetPayInfo(PayId)); }
public static bool SavePayInfo(PayInfo payInfo, List <ConsumptionInfo> list, double yk, ref string err) { return(MandateInfoPro.SavePayInfo(payInfo, list, yk, ref err)); }
public static DataTable GetBasisAndItem(string SampleName) { return(MandateInfoPro.GetBasisAndItem(SampleName)); }
public static UIDataTable GetPayGrid(int a_intPageSize, int a_intPageIndex, string where) { return(MandateInfoPro.GetPayGrid(a_intPageSize, a_intPageIndex, where)); }
public static List <SelectListItem> GetTestType() { DataTable dt = MandateInfoPro.GetTestType(); return(GetList(dt)); }