/// <summary> /// 获取专业组 /// </summary> /// <param name="dtbResult"></param> /// <returns></returns> public long lngGetAllCheckSpec(out DataTable dtbResult) { using (clsHISReportZy_Supported_Svc svc = (clsHISReportZy_Supported_Svc)com.digitalwave.iCare.common.clsObjectGenerator.objCreatorObjectByType(typeof(clsHISReportZy_Supported_Svc))) { return(svc.GetAllCheckSpec(out dtbResult)); } }