Exemple #1
0
 /// <summary>
 /// 获取住院科室列表
 /// </summary>
 /// <param name=""></param>
 /// <returns></returns>
 public List <EntityDeptList> getDeptList()
 {
     using (bizAdverseInfectionus biz = new bizAdverseInfectionus())
     {
         return(biz.getDeptList());
     }
 }
Exemple #2
0
 /// <summary>
 ///
 /// </summary>
 /// <param name=""></param>
 /// <returns></returns>
 public string GetInfectReportRoleQuery(string empNo)
 {
     using (bizAdverseInfectionus biz = new bizAdverseInfectionus())
     {
         return(biz.GetInfectReportRoleQuery(empNo));
     }
 }
Exemple #3
0
 /// <summary>
 ///
 /// </summary>
 /// <param name="rptId"></param>
 /// <returns></returns>
 public List <EntityPathogeny> GetPathogeny(decimal rptId)
 {
     using (bizAdverseInfectionus biz = new bizAdverseInfectionus())
     {
         return(biz.GetPathogeny(rptId));
     }
 }
Exemple #4
0
 /// <summary>
 ///
 /// </summary>
 /// <param name=""></param>
 /// <returns></returns>
 public List <string> GetDrugSource()
 {
     using (bizAdverseInfectionus biz = new bizAdverseInfectionus())
     {
         return(biz.GetDrugSource());
     }
 }
Exemple #5
0
 /// <summary>
 ///
 /// </summary>
 /// <param name="rptId"></param>
 /// <returns></returns>
 public List <EntityInfectionus> GetXrDataSource(decimal rptId)
 {
     using (bizAdverseInfectionus biz = new bizAdverseInfectionus())
     {
         return(biz.GetXrDataSource(rptId));
     }
 }
Exemple #6
0
 /// <summary>
 /// 获取感染病例列表
 /// </summary>
 /// <param name="dicParm"></param>
 /// <returns></returns>
 public List <EntityInfectionus> GetInfectionusList(List <EntityParm> dicParm)
 {
     using (bizAdverseInfectionus biz = new bizAdverseInfectionus())
     {
         return(biz.GetInfectionusList(dicParm));
     }
 }
Exemple #7
0
 /// <summary>
 /// 审核
 /// </summary>
 /// <param name="EntityInfectionus"></param>
 /// <returns></returns>
 public int ComfirmRpt(EntityInfectionus vo)
 {
     using (bizAdverseInfectionus biz = new bizAdverseInfectionus())
     {
         return(biz.ComfirmRpt(vo));
     }
 }
Exemple #8
0
 /// <summary>
 /// 保存不良事件
 /// </summary>
 /// <param name="EntityInfectionus"></param>
 /// <param name="EntityPathogeny"></param>
 /// <returns></returns>
 public int SaveInfectionus(EntityInfectionus infectionusVo, List <EntityPathogeny> lstPathogenyVo)
 {
     using (bizAdverseInfectionus biz = new bizAdverseInfectionus())
     {
         return(biz.SaveInfectionus(infectionusVo, lstPathogenyVo));
     }
 }
Exemple #9
0
 /// <summary>
 /// 获取病人信息
 /// </summary>
 /// <param name="inpatId"></param>
 /// <returns></returns>
 public List <EntityPatientInfo> GetPatInfo(string inpatId)
 {
     using (bizAdverseInfectionus biz = new bizAdverseInfectionus())
     {
         return(biz.GetPatInfo(inpatId));
     }
 }