Example #1
0
 /// <summary>
 /// 预发药冲减
 /// </summary>
 /// <param name="putmeddetailId"></param>
 /// <param name="dtbResult"></param>
 /// <returns></returns>
 public long lngGetRePretestMedStat(string putmeddetailId, out DataTable dtbResult)
 {
     using (clsHISReportZy_Supported_Svc svc = (clsHISReportZy_Supported_Svc)com.digitalwave.iCare.common.clsObjectGenerator.objCreatorObjectByType(typeof(clsHISReportZy_Supported_Svc)))
     {
         return(svc.lngGetRePretestMedStat(putmeddetailId, out dtbResult));
     }
 }