/// <summary> /// 获取所有检验组合项目 /// </summary> /// <param name="dtbResult"></param> /// <returns></returns> public long lngGetAllCheckItemDetail(out DataTable dtbResult, string groupId) { using (clsHISReportZy_Supported_Svc svc = (clsHISReportZy_Supported_Svc)com.digitalwave.iCare.common.clsObjectGenerator.objCreatorObjectByType(typeof(clsHISReportZy_Supported_Svc))) { return(svc.GetAllCheckItemDetail(out dtbResult, groupId)); } }