Exemple #1
0
 void InitRules()
 {
     _conditions    = QCCondition.AllConditions;
     _results       = QCResult.AllResults;
     _groups        = QCRuleGroup.AllRuleGroups;
     _rules         = QCRule.GetAllRules(_conditions, _results);
     _rulerecorddal = new QCRuleRecordDal();
     _patientdal    = new DoctorManagerPatientInfoDal();
 }
Exemple #2
0
        /// <summary>
        /// 构造
        /// </summary>
        public FormTimeQCUnLock()
        {
            InitializeComponent();

            _dmpDal = new DoctorManagerPatientInfoDal();
            //userCtrlTimeQcInfo.ContextMenuStrip = contextMenuStrip1;

            //ToolStripMenuItemRefresh.Click += new EventHandler(ToolStripMenuItemRefresh_Click);
            //this.Load += new EventHandler(FormTimeQCInfo_Load);
        }