Ejemplo n.º 1
0
        ///
        /// 增加新一条新记录。
        ///
        public RowV_EXAMITEMS_INFO AddRowV_EXAMITEMS_INFO(System.String VEXAM_ID, System.String VPATIENT_ID, System.String VEXAM_POSITION, System.DateTime DAPPLY_DATE, System.String VAPPLY_DEPT, System.String VAPPLY_DOCTOR, System.Int16 NEXAM_RESULT, System.Int16 MZORZY, System.String VCLINICNO, System.DateTime DEXECUTE, System.String EXEDOCTORNAME, System.String VITEMNAME, System.String VUNITS, System.Int16 NACCOUNT, System.String VNAME, System.String NSEX, System.String NAGE, System.String SQDEPARTNAME, System.String SQDOCTORNAME, System.String VRESULT_DESP, System.String VDIAGNOSE)
        {
            RowV_EXAMITEMS_INFO row = ((RowV_EXAMITEMS_INFO)(this.NewRow()));

            row.ItemArray = new object[] { VEXAM_ID, VPATIENT_ID, VEXAM_POSITION, DAPPLY_DATE, VAPPLY_DEPT, VAPPLY_DOCTOR, NEXAM_RESULT, MZORZY, VCLINICNO, DEXECUTE, EXEDOCTORNAME, VITEMNAME, VUNITS, NACCOUNT, VNAME, NSEX, NAGE, SQDEPARTNAME, SQDOCTORNAME, VRESULT_DESP, VDIAGNOSE };
            this.Rows.Add(row);
            return(row);
        }
Ejemplo n.º 2
0
 ///
 /// 删除指定的记录。
 ///
 public void RemoveRowV_EXAMITEMS_INFO(RowV_EXAMITEMS_INFO row)
 {
     this.Rows.Remove(row);
 }
Ejemplo n.º 3
0
 ///
 /// 增加新一条新记录。
 ///
 public void AddRowV_EXAMITEMS_INFO(RowV_EXAMITEMS_INFO row)
 {
     this.Rows.Add(row);
 }
Ejemplo n.º 4
0
 public RowChangeEventV_EXAMITEMS_INFO(RowV_EXAMITEMS_INFO row, DataRowAction action)
 {
     this.eventRow    = row;
     this.eventAction = action;
 }