Beispiel #1
0
 public void BeginEdit()
 {
     _tempValues = new Visiting
     {
         Id            = this.Id,
         IDEmployee    = this.IDEmployee,
         IDMedRecord   = this.IDMedRecord,
         IDDiagnosis   = this.IDDiagnosis,
         IDMedicament  = this.IDMedicament,
         Date          = this.Date,
         Complaints    = this.Complaints,
         StartDisease  = this.StartDisease,
         StatePraesens = this.StatePraesens,
         Additionally  = this.Additionally
     };
 }
Beispiel #2
0
 public void EndEdit()
 {
     _tempValues = null;
 }