private void detach_Diagnostics(Diagnostic entity)
 {
     this.SendPropertyChanging("Diagnostics");
     entity.RbHealthGroup = null;
 }
 private void detach_Diagnostics(Diagnostic entity)
 {
     this.SendPropertyChanging("Diagnostics");
     entity.RbDiagnosticResult = null;
 }
 private void detach_Diagnostics(Diagnostic entity)
 {
     this.SendPropertyChanging("Diagnostics");
     entity.RbSpeciality = null;
 }
 private void detach_Diagnostics(Diagnostic entity)
 {
     this.SendPropertyChanging("Diagnostics");
     entity.RbDiseaseCharacter = null;
 }
 private void attach_Diagnostics(Diagnostic entity)
 {
     this.SendPropertyChanging("Diagnostics");
     entity.RbDiseasePhase = this;
 }
 private void detach_Diagnostics(Diagnostic entity)
 {
     this.SendPropertyChanging("Diagnostics");
     entity.RbTraumaType = null;
 }
 private void attach_Diagnostics(Diagnostic entity)
 {
     this.SendPropertyChanging("Diagnostics");
     entity.Event = this;
 }
 private void attach_Diagnostics(Diagnostic entity)
 {
     this.SendPropertyChanging("Diagnostics");
     entity.RbMedicalGroup = this;
 }
 private void detach_Diagnostics_PersonId(Diagnostic entity)
 {
     this.SendPropertyChanging("Diagnostics_PersonId");
     entity.Person_PersonId = null;
 }
 private void attach_Diagnostics_ModifyPersonId(Diagnostic entity)
 {
     this.SendPropertyChanging("Diagnostics_ModifyPersonId");
     entity.Person_ModifyPersonId = this;
 }
 private void attach_Diagnostics_AssistantId(Diagnostic entity)
 {
     this.SendPropertyChanging("Diagnostics_AssistantId");
     entity.Person_AssistantId = this;
 }