/// <summary> /// 克隆函数 /// </summary> /// <returns></returns> public new Register Clone() { Register obj = base.Clone() as Register; obj.item = this.item.Clone(); obj.Company = this.companyInfo.Clone(); //obj.PatientInfo = this.PatientInfo.Clone(); obj.regDept = this.regDept.Clone(); obj.Operator = this.Operator.Clone(); obj.dutyNuse = DutyNuse.Clone(); obj.operDept = this.operDept.Clone(); return(obj); }
/// <summary> /// 克隆函数 /// </summary> /// <returns></returns> public new ChkRegister Clone() { ChkRegister obj = base.Clone() as ChkRegister; obj.item = this.item.Clone(); obj.ChkCompany = this.chkCompany.Clone(); //(Neusoft.HISFC.Object.Fee.Invoice)Invoice.Clone(); obj.PatientInfo = this.PatientInfo.Clone(); obj.regDept = this.regDept.Clone(); obj.Operator = this.Operator.Clone(); obj.dutyNuse = DutyNuse.Clone(); //obj.operDept = this.operDept.Clone(); return(obj); }