using System; using System.Collections.Generic; using System.Text; using System.Linq; using EAS.Data; using EAS.Data.Access; using EAS.Data.ORM; using EAS.Data.Linq; namespace SOH.Entities { /// /// 数据上下文。 /// public class DbEntities:DataContext { #region 字段定义 private DataEntityQuery m_t_zdyxsfs; private DataEntityQuery m_t_tfbs; private DataEntityQuery m_pd_wlks; private DataEntityQuery m_pd_kspdlb; private DataEntityQuery m_pd_ksxm; private DataEntityQuery m_pd_pdxms; private DataEntityQuery m_pd_qtxtxmdy; private DataEntityQuery m_pd_rylb; private DataEntityQuery m_pd_xm; private DataEntityQuery m_pd_yssj; private DataEntityQuery m_jy_yiqi_xm_calcs; private DataEntityQuery m_jy_yiqi_xms; private DataEntityQuery m_lis_reqmains; private DataEntityQuery m_lis_reqitemss; private DataEntityQuery m_lis_reqresultss; private DataEntityQuery m_jy_yiqis; private DataEntityQuery m_t_czygls; private DataEntityQuery m_jy_sqds; private DataEntityQuery m_jy_yhxxs; private DataEntityQuery m_jy_yssjs; private DataEntityQuery m_jy_sqd_mxs; private DataEntityQuery m_jy_sqd_jgs; private DataEntityQuery m_t_ygzds; private DataEntityQuery m_FenDians; private DataEntityQuery m_keshis; private DataEntityQuery m_t_jcxms; private DataEntityQuery m_t_jymss; private DataEntityQuery m_t_bwwhs; private DataEntityQuery m_t_zhxms; private DataEntityQuery m_t_zhxmmxs; private DataEntityQuery m_t_tcs; private DataEntityQuery m_t_tcxmmxs; private DataEntityQuery m_t_kszdjgs; private DataEntityQuery m_t_jgwhs; private DataEntityQuery m_t_jbks; private DataEntityQuery m_t_grgzbs; private DataEntityQuery m_t_ttgzbs; private DataEntityQuery m_t_xtbs; private DataEntityQuery m_ts_dds; private DataEntityQuery m_ts_ddfzbs; private DataEntityQuery m_ts_ddjhfws; private DataEntityQuery m_ts_ddlbs; private DataEntityQuery m_ts_ddtjfss; private DataEntityQuery m_ts_ddxmbs; private DataEntityQuery m_ts_khs; private DataEntityQuery m_ts_khlxs; private DataEntityQuery m_ts_khlxrs; private DataEntityQuery m_ts_khlys; private DataEntityQuery m_ts_khzts; private DataEntityQuery m_ts_quyus; private DataEntityQuery m_ts_shengfens; private DataEntityQuery m_ts_chengshis; private DataEntityQuery m_ts_hangyes; private DataEntityQuery m_ts_jhfws; private DataEntityQuery m_ts_tjfss; private DataEntityQuery m_SYS_ASSs; private DataEntityQuery m_moduless; private DataEntityQuery m_SYS_MENUs; private DataEntityQuery m_Roles; private DataEntityQuery m_RoleCDs; private DataEntityQuery m_czyroles; private DataEntityQuery m_t_khs; private DataEntityQuery m_t_hts; private DataEntityQuery m_t_htfzbs; private DataEntityQuery m_t_ttsfjls; private DataEntityQuery m_t_tempdjxms; private DataEntityQuery m_t_tjjds; private DataEntityQuery m_t_kss; private DataEntityQuery m_t_htxmbs; private DataEntityQuery m_ts_htcjrqs; private DataEntityQuery m_t_jjxbs; private DataEntityQuery m_t_czylrqxs; private DataEntityQuery m_t_jglrs; private DataEntityQuery m_t_tjjgs; private DataEntityQuery m_t_fqs; private DataEntityQuery m_t_hybs; private DataEntityQuery m_t_hzfxs; private DataEntityQuery m_t_sfmxbs; private DataEntityQuery m_T_drxpjls; private DataEntityQuery m_list_jydls; private DataEntityQuery m_t_jxysjls; private DataEntityQuery m_t_jbtjs; private DataEntityQuery m_t_jbtj1s; private DataEntityQuery m_t_ksjbs; private DataEntityQuery m_t_jzb; private DataEntityQuery m_Advices; private DataEntityQuery m_IllnessSorts; private DataEntityQuery m_ItemIndexResultTemplets; private DataEntityQuery m_FamiliarDiagnoses; private DataEntityQuery m_QC_Itemss; private DataEntityQuery m_QC_Objects; private DataEntityQuery m_QC_ObjectRules; private DataEntityQuery m_QC_Rules; private DataEntityQuery m_QC_Values; private DataEntityQuery m_QC_DELObjects; private DataEntityQuery m_pa_taocans; private DataEntityQuery m_pa_mds; private DataEntityQuery m_pa_yysqs; //T_drxpjl #endregion #region 构造函数 /// /// 初始化DbEntities对象实例。 /// public DbEntities() { } /// /// 初始化DbEntities对象实例。 /// /// 数据库访问程序提供者。 public DbEntities(IDbProvider dbProvider) : base(dbProvider) { } /// /// 初始化DbEntities对象实例。 /// /// 数据访问器。 public DbEntities(IDataAccessor dataAccessor) : base(dataAccessor) { } /// /// 初始化DbEntities对象实例。 /// /// 数据访问器。 /// Orm访问器。 public DbEntities(IDataAccessor dataAccessor, IOrmAccessor ormAccessor) : base(dataAccessor, ormAccessor) { } #endregion #region 查询定义 private DataEntityQuery m_pd_jianqu; /// /// 排队检区维护 /// public DataEntityQuery pd_jianqu { get { if (this.m_pd_jianqu == null) { this.m_pd_jianqu = base.CreateQuery(); } return this.m_pd_jianqu; } } private DataEntityQuery m_pd_louceng; /// /// 排队楼层维护 /// public DataEntityQuery Pd_louceng { get { if (this.m_pd_louceng == null) { this.m_pd_louceng = base.CreateQuery(); } return this.m_pd_louceng; } } /// /// 排队物理科室。 /// public DataEntityQuery pd_wlks { get { if (this.m_pd_wlks == null) { this.m_pd_wlks = base.CreateQuery(); } return this.m_pd_wlks; } } /// /// 排队项目。 /// public DataEntityQuery pd_xm { get { if (this.m_pd_xm == null) { this.m_pd_xm = base.CreateQuery(); } return this.m_pd_xm; } } /// /// 排除原始数据。 /// public DataEntityQuery pd_yssj { get { if (this.m_pd_yssj == null) { this.m_pd_yssj = base.CreateQuery(); } return this.m_pd_yssj; } } /// /// 排队科室列表。 /// public DataEntityQuery pd_kspdlb { get { if (this.m_pd_kspdlb == null) { this.m_pd_kspdlb = base.CreateQuery(); } return this.m_pd_kspdlb; } } /// /// 排队科室项目。 /// public DataEntityQuery pd_ksxm { get { if (this.m_pd_ksxm == null) { this.m_pd_ksxm = base.CreateQuery(); } return this.m_pd_ksxm; } } /// /// pa_taocan。 /// public DataEntityQuery pa_taocans { get { if (this.m_pa_taocans == null) { this.m_pa_taocans = base.CreateQuery(); } return this.m_pa_taocans; } } /// /// pa_md。 /// public DataEntityQuery pa_mds { get { if (this.m_pa_mds == null) { this.m_pa_mds = base.CreateQuery(); } return this.m_pa_mds; } } /// /// pa_yysq。 /// public DataEntityQuery pa_yysqs { get { if (this.m_pa_yysqs == null) { this.m_pa_yysqs = base.CreateQuery(); } return this.m_pa_yysqs; } } /// /// 排除中的项目列表。 /// public DataEntityQuery pd_pdxms { get { if (this.m_pd_pdxms == null) { this.m_pd_pdxms = base.CreateQuery(); } return this.m_pd_pdxms; } } /// /// 排除其他体统项目对应。 /// public DataEntityQuery pd_qtxtxmdy { get { if (this.m_pd_qtxtxmdy == null) { this.m_pd_qtxtxmdy = base.CreateQuery(); } return this.m_pd_qtxtxmdy; } } /// /// 排除人员列表。 /// public DataEntityQuery pd_rylb { get { if (this.m_pd_rylb == null) { this.m_pd_rylb = base.CreateQuery(); } return this.m_pd_rylb; } } /// /// 检验仪器。 /// public DataEntityQuery t_tfbs { get { if (this.m_t_tfbs == null) { this.m_t_tfbs = base.CreateQuery(); } return this.m_t_tfbs; } } /// /// 重大阳性随访。 /// public DataEntityQuery t_zdyxsfs { get { if (this.m_t_zdyxsfs == null) { this.m_t_zdyxsfs = base.CreateQuery(); } return this.m_t_zdyxsfs; } } /// /// 检验仪器。 /// public DataEntityQuery jy_yiqis { get { if (this.m_jy_yiqis == null) { this.m_jy_yiqis = base.CreateQuery(); } return this.m_jy_yiqis; } } /// /// 检验仪器项目。 /// public DataEntityQuery jy_yiqi_xms { get { if (this.m_jy_yiqi_xms == null) { this.m_jy_yiqi_xms = base.CreateQuery(); } return this.m_jy_yiqi_xms; } } /// /// 瑞美LIS客户信息。 /// public DataEntityQuery lis_reqmains { get { if (this.m_lis_reqmains == null) { this.m_lis_reqmains = base.CreateQuery(); } return this.m_lis_reqmains; } } /// /// 瑞美LIS检查项目表。 /// public DataEntityQuery lis_reqitemss { get { if (this.m_lis_reqitemss == null) { this.m_lis_reqitemss = base.CreateQuery(); } return this.m_lis_reqitemss; } } /// /// 瑞美LIS化验结果表。 /// public DataEntityQuery lis_reqresultss { get { if (this.m_lis_reqresultss == null) { this.m_lis_reqresultss = base.CreateQuery(); } return this.m_lis_reqresultss; } } /// /// 检验仪器项目计算项。 /// public DataEntityQuery jy_yiqi_xm_calcs { get { if (this.m_jy_yiqi_xm_calcs == null) { this.m_jy_yiqi_xm_calcs = base.CreateQuery(); } return this.m_jy_yiqi_xm_calcs; } } /// /// 操作员。 /// public DataEntityQuery t_czygls { get { if (this.m_t_czygls == null) { this.m_t_czygls = base.CreateQuery(); } return this.m_t_czygls; } } /// /// 检验申请单。 /// public DataEntityQuery jy_sqds { get { if (this.m_jy_sqds == null) { this.m_jy_sqds = base.CreateQuery(); } return this.m_jy_sqds; } } /// /// 检验原始数据。 /// public DataEntityQuery jy_yssjs { get { if (this.m_jy_yssjs == null) { this.m_jy_yssjs = base.CreateQuery(); } return this.m_jy_yssjs; } } /// /// 检验申请单明细。 /// public DataEntityQuery jy_sqd_mxs { get { if (this.m_jy_sqd_mxs == null) { this.m_jy_sqd_mxs = base.CreateQuery(); } return this.m_jy_sqd_mxs; } } /// /// 检验申请单结果。 /// public DataEntityQuery jy_sqd_jgs { get { if (this.m_jy_sqd_jgs == null) { this.m_jy_sqd_jgs = base.CreateQuery(); } return this.m_jy_sqd_jgs; } } /// /// 检验申请单结果。 /// public DataEntityQuery jy_yhxxs { get { if (this.m_jy_yhxxs == null) { this.m_jy_yhxxs = base.CreateQuery(); } return this.m_jy_yhxxs; } } /// /// 加项医生记录。 /// public DataEntityQuery t_jxysjls { get { if (this.m_t_jxysjls == null) { this.m_t_jxysjls = base.CreateQuery(); } return this.m_t_jxysjls; } } /// /// 员工字典。 /// public DataEntityQuery t_ygzds { get { if (this.m_t_ygzds == null) { this.m_t_ygzds = base.CreateQuery(); } return this.m_t_ygzds; } } /// /// 分店信息。 /// public DataEntityQuery FenDians { get { if (this.m_FenDians == null) { this.m_FenDians = base.CreateQuery(); } return this.m_FenDians; } } /// /// 科室。 /// public DataEntityQuery keshis { get { if (this.m_keshis == null) { this.m_keshis = base.CreateQuery(); } return this.m_keshis; } } /// /// 检查项目。 /// public DataEntityQuery t_jcxms { get { if (this.m_t_jcxms == null) { this.m_t_jcxms = base.CreateQuery(); } return this.m_t_jcxms; } } /// /// 建议描述。 /// public DataEntityQuery t_jymss { get { if (this.m_t_jymss == null) { this.m_t_jymss = base.CreateQuery(); } return this.m_t_jymss; } } /// /// 部位维护。 /// public DataEntityQuery t_bwwhs { get { if (this.m_t_bwwhs == null) { this.m_t_bwwhs = base.CreateQuery(); } return this.m_t_bwwhs; } } /// /// 组合项目。 /// public DataEntityQuery t_zhxms { get { if (this.m_t_zhxms == null) { this.m_t_zhxms = base.CreateQuery(); } return this.m_t_zhxms; } } /// /// 组合项目明细。 /// public DataEntityQuery t_zhxmmxs { get { if (this.m_t_zhxmmxs == null) { this.m_t_zhxmmxs = base.CreateQuery(); } return this.m_t_zhxmmxs; } } /// /// 套餐。 /// public DataEntityQuery t_tcs { get { if (this.m_t_tcs == null) { this.m_t_tcs = base.CreateQuery(); } return this.m_t_tcs; } } /// /// 套餐项目明细。 /// public DataEntityQuery t_tcxmmxs { get { if (this.m_t_tcxmmxs == null) { this.m_t_tcxmmxs = base.CreateQuery(); } return this.m_t_tcxmmxs; } } /// /// 科室诊断维护。 /// public DataEntityQuery t_kszdjgs { get { if (this.m_t_kszdjgs == null) { this.m_t_kszdjgs = base.CreateQuery(); } return this.m_t_kszdjgs; } } /// /// 常见结果维护。 /// public DataEntityQuery t_jgwhs { get { if (this.m_t_jgwhs == null) { this.m_t_jgwhs = base.CreateQuery(); } return this.m_t_jgwhs; } } /// /// 疾病表。 /// public DataEntityQuery t_jbks { get { if (this.m_t_jbks == null) { this.m_t_jbks = base.CreateQuery(); } return this.m_t_jbks; } } /// /// 个检客户表。 /// public DataEntityQuery t_grgzbs { get { if (this.m_t_grgzbs == null) { this.m_t_grgzbs = base.CreateQuery(); } return this.m_t_grgzbs; } } /// /// 团检客户表。 /// public DataEntityQuery t_ttgzbs { get { if (this.m_t_ttgzbs == null) { this.m_t_ttgzbs = base.CreateQuery(); } return this.m_t_ttgzbs; } } /// /// 系统表。 /// public DataEntityQuery t_xtbs { get { if (this.m_t_xtbs == null) { this.m_t_xtbs = base.CreateQuery(); } return this.m_t_xtbs; } } /// /// 销售订单表。 /// public DataEntityQuery ts_dds { get { if (this.m_ts_dds == null) { this.m_ts_dds = base.CreateQuery(); } return this.m_ts_dds; } } /// /// 销售订单分组表。 /// public DataEntityQuery ts_ddfzbs { get { if (this.m_ts_ddfzbs == null) { this.m_ts_ddfzbs = base.CreateQuery(); } return this.m_ts_ddfzbs; } } /// /// 订单检后服务表。 /// public DataEntityQuery ts_ddjhfws { get { if (this.m_ts_ddjhfws == null) { this.m_ts_ddjhfws = base.CreateQuery(); } return this.m_ts_ddjhfws; } } /// /// 订单类别表。 /// public DataEntityQuery ts_ddlbs { get { if (this.m_ts_ddlbs == null) { this.m_ts_ddlbs = base.CreateQuery(); } return this.m_ts_ddlbs; } } /// /// 订单体检方式表。 /// public DataEntityQuery ts_ddtjfss { get { if (this.m_ts_ddtjfss == null) { this.m_ts_ddtjfss = base.CreateQuery(); } return this.m_ts_ddtjfss; } } /// /// 销售订单项目表。 /// public DataEntityQuery ts_ddxmbs { get { if (this.m_ts_ddxmbs == null) { this.m_ts_ddxmbs = base.CreateQuery(); } return this.m_ts_ddxmbs; } } /// /// 临时客户表。 /// public DataEntityQuery ts_khs { get { if (this.m_ts_khs == null) { this.m_ts_khs = base.CreateQuery(); } return this.m_ts_khs; } } /// /// 客户类型表。 /// public DataEntityQuery ts_khlxs { get { if (this.m_ts_khlxs == null) { this.m_ts_khlxs = base.CreateQuery(); } return this.m_ts_khlxs; } } /// /// 客户联系人表。 /// public DataEntityQuery ts_khlxrs { get { if (this.m_ts_khlxrs == null) { this.m_ts_khlxrs = base.CreateQuery(); } return this.m_ts_khlxrs; } } /// /// 客户来源表。 /// public DataEntityQuery ts_khlys { get { if (this.m_ts_khlys == null) { this.m_ts_khlys = base.CreateQuery(); } return this.m_ts_khlys; } } /// /// 客户状态表。 /// public DataEntityQuery ts_khzts { get { if (this.m_ts_khzts == null) { this.m_ts_khzts = base.CreateQuery(); } return this.m_ts_khzts; } } /// /// 区域表。 /// public DataEntityQuery ts_quyus { get { if (this.m_ts_quyus == null) { this.m_ts_quyus = base.CreateQuery(); } return this.m_ts_quyus; } } /// /// 省份表。 /// public DataEntityQuery ts_shengfens { get { if (this.m_ts_shengfens == null) { this.m_ts_shengfens = base.CreateQuery(); } return this.m_ts_shengfens; } } /// /// 城市表。 /// public DataEntityQuery ts_chengshis { get { if (this.m_ts_chengshis == null) { this.m_ts_chengshis = base.CreateQuery(); } return this.m_ts_chengshis; } } /// /// 行业表。 /// public DataEntityQuery ts_hangyes { get { if (this.m_ts_hangyes == null) { this.m_ts_hangyes = base.CreateQuery(); } return this.m_ts_hangyes; } } /// /// 检后服务表。 /// public DataEntityQuery ts_jhfws { get { if (this.m_ts_jhfws == null) { this.m_ts_jhfws = base.CreateQuery(); } return this.m_ts_jhfws; } } /// /// 体检方式表。 /// public DataEntityQuery ts_tjfss { get { if (this.m_ts_tjfss == null) { this.m_ts_tjfss = base.CreateQuery(); } return this.m_ts_tjfss; } } /// /// 程序集。 /// public DataEntityQuery SYS_ASSs { get { if (this.m_SYS_ASSs == null) { this.m_SYS_ASSs = base.CreateQuery(); } return this.m_SYS_ASSs; } } /// /// 程序模块。 /// public DataEntityQuery moduless { get { if (this.m_moduless == null) { this.m_moduless = base.CreateQuery(); } return this.m_moduless; } } /// /// 程序菜单。 /// public DataEntityQuery SYS_MENUs { get { if (this.m_SYS_MENUs == null) { this.m_SYS_MENUs = base.CreateQuery(); } return this.m_SYS_MENUs; } } /// /// 角色。 /// public DataEntityQuery Roles { get { if (this.m_Roles == null) { this.m_Roles = base.CreateQuery(); } return this.m_Roles; } } /// /// 角色菜单关联。 /// public DataEntityQuery RoleCDs { get { if (this.m_RoleCDs == null) { this.m_RoleCDs = base.CreateQuery(); } return this.m_RoleCDs; } } /// /// 操作员角色关系。 /// public DataEntityQuery czyroles { get { if (this.m_czyroles == null) { this.m_czyroles = base.CreateQuery(); } return this.m_czyroles; } } /// /// 客户。 /// public DataEntityQuery t_khs { get { if (this.m_t_khs == null) { this.m_t_khs = base.CreateQuery(); } return this.m_t_khs; } } /// /// 合同。 /// public DataEntityQuery t_hts { get { if (this.m_t_hts == null) { this.m_t_hts = base.CreateQuery(); } return this.m_t_hts; } } /// /// 合同分组。 /// public DataEntityQuery t_htfzbs { get { if (this.m_t_htfzbs == null) { this.m_t_htfzbs = base.CreateQuery(); } return this.m_t_htfzbs; } } /// /// 回款记录表。 /// public DataEntityQuery t_ttsfjls { get { if (this.m_t_ttsfjls == null) { this.m_t_ttsfjls = base.CreateQuery(); } return this.m_t_ttsfjls; } } /// /// t_tempdjxm。 /// public DataEntityQuery t_tempdjxms { get { if (this.m_t_tempdjxms == null) { this.m_t_tempdjxms = base.CreateQuery(); } return this.m_t_tempdjxms; } } /// /// t_tjjd。 /// public DataEntityQuery t_tjjds { get { if (this.m_t_tjjds == null) { this.m_t_tjjds = base.CreateQuery(); } return this.m_t_tjjds; } } /// /// t_ks。 /// public DataEntityQuery t_kss { get { if (this.m_t_kss == null) { this.m_t_kss = base.CreateQuery(); } return this.m_t_kss; } } /// /// 合同项目表。 /// public DataEntityQuery t_htxmbs { get { if (this.m_t_htxmbs == null) { this.m_t_htxmbs = base.CreateQuery(); } return this.m_t_htxmbs; } } /// /// ts_htcjrq。 /// public DataEntityQuery ts_htcjrqs { get { if (this.m_ts_htcjrqs == null) { this.m_ts_htcjrqs = base.CreateQuery(); } return this.m_ts_htcjrqs; } } /// /// 加减项表。 /// public DataEntityQuery t_jjxbs { get { if (this.m_t_jjxbs == null) { this.m_t_jjxbs = base.CreateQuery(); } return this.m_t_jjxbs; } } /// /// 操作员录入权限。 /// public DataEntityQuery t_czylrqxs { get { if (this.m_t_czylrqxs == null) { this.m_t_czylrqxs = base.CreateQuery(); } return this.m_t_czylrqxs; } } /// /// 检查项目临时实体表,无数据库。 /// public DataEntityQuery t_jglrs { get { if (this.m_t_jglrs == null) { this.m_t_jglrs = base.CreateQuery(); } return this.m_t_jglrs; } } /// /// t_tjjg。 /// public DataEntityQuery t_tjjgs { get { if (this.m_t_tjjgs == null) { this.m_t_tjjgs = base.CreateQuery(); } return this.m_t_tjjgs; } } /// /// 用户放弃明细。 /// public DataEntityQuery t_fqs { get { if (this.m_t_fqs == null) { this.m_t_fqs = base.CreateQuery(); } return this.m_t_fqs; } } /// /// 会员表。 /// public DataEntityQuery t_hybs { get { if (this.m_t_hybs == null) { this.m_t_hybs = base.CreateQuery(); } return this.m_t_hybs; } } /// /// 汇总分析表。 /// public DataEntityQuery t_hzfxs { get { if (this.m_t_hzfxs == null) { this.m_t_hzfxs = base.CreateQuery(); } return this.m_t_hzfxs; } } /// /// 收费明细表。 /// public DataEntityQuery t_sfmxbs { get { if (this.m_t_sfmxbs == null) { this.m_t_sfmxbs = base.CreateQuery(); } return this.m_t_sfmxbs; } } /// /// 当日小票记录。 /// public DataEntityQuery T_drxpjls { get { if (this.m_T_drxpjls == null) { this.m_T_drxpjls = base.CreateQuery(); } return this.m_T_drxpjls; } } public DataEntityQuery list_jydls { get { if (this.m_list_jydls == null) { this.m_list_jydls = base.CreateQuery(); } return this.m_list_jydls; } } public DataEntityQuery t_jbtjs { get { if (this.m_t_jbtjs == null) { this.m_t_jbtjs = base.CreateQuery(); } return this.m_t_jbtjs; } } public DataEntityQuery t_jbtj1s { get { if (this.m_t_jbtj1s == null) { this.m_t_jbtj1s = base.CreateQuery(); } return this.m_t_jbtj1s; } } public DataEntityQuery t_ksjbs { get { if (this.m_t_ksjbs == null) { this.m_t_ksjbs = base.CreateQuery(); } return this.m_t_ksjbs; } } public DataEntityQuery t_jzbs { get { if (this.m_t_jzb == null) { this.m_t_jzb = base.CreateQuery(); } return this.m_t_jzb; } } /// /// 爱康体检建议表。 /// public DataEntityQuery Advices { get { if (this.m_Advices == null) { this.m_Advices = base.CreateQuery(); } return this.m_Advices; } } /// /// IllnessSort。 /// public DataEntityQuery IllnessSorts { get { if (this.m_IllnessSorts == null) { this.m_IllnessSorts = base.CreateQuery(); } return this.m_IllnessSorts; } } /// /// ItemIndexResultTemplet。 /// public DataEntityQuery ItemIndexResultTemplets { get { if (this.m_ItemIndexResultTemplets == null) { this.m_ItemIndexResultTemplets = base.CreateQuery(); } return this.m_ItemIndexResultTemplets; } } /// /// FamiliarDiagnose。 /// public DataEntityQuery FamiliarDiagnoses { get { if (this.m_FamiliarDiagnoses == null) { this.m_FamiliarDiagnoses = base.CreateQuery(); } return this.m_FamiliarDiagnoses; } } private DataEntityQuery m_ccbg; public DataEntityQuery CCBG { get { if (this.m_ccbg == null) { this.m_ccbg = base.CreateQuery(); } return this.m_ccbg; } } /// /// QC_Items。 /// public DataEntityQuery QC_Itemss { get { if (this.m_QC_Itemss == null) { this.m_QC_Itemss = base.CreateQuery(); } return this.m_QC_Itemss; } } /// /// QC_Object。 /// public DataEntityQuery QC_Objects { get { if (this.m_QC_Objects == null) { this.m_QC_Objects = base.CreateQuery(); } return this.m_QC_Objects; } } /// /// QC_ObjectRule。 /// public DataEntityQuery QC_ObjectRules { get { if (this.m_QC_ObjectRules == null) { this.m_QC_ObjectRules = base.CreateQuery(); } return this.m_QC_ObjectRules; } } /// /// QC_Rule。 /// public DataEntityQuery QC_Rules { get { if (this.m_QC_Rules == null) { this.m_QC_Rules = base.CreateQuery(); } return this.m_QC_Rules; } } /// /// QC_Value。 /// public DataEntityQuery QC_Values { get { if (this.m_QC_Values == null) { this.m_QC_Values = base.CreateQuery(); } return this.m_QC_Values; } } /// /// QC_DELObject。 /// public DataEntityQuery QC_DELObjects { get { if (this.m_QC_DELObjects == null) { this.m_QC_DELObjects = base.CreateQuery(); } return this.m_QC_DELObjects; } } #endregion } }