Ejemplo n.º 1
0
 private void TilePatient_MouseUp(object sender, MouseButtonEventArgs e)
 {
     if (this.ListViewAccessionOrders.SelectedItem != null)
     {
         YellowstonePathology.UI.Login.FinalizeAccession.PatientDemographicsPath patientDemographicsPath = new FinalizeAccession.PatientDemographicsPath(this.m_LoginUI.AccessionOrder);
         patientDemographicsPath.Start();
     }
 }
Ejemplo n.º 2
0
 private void TilePatient_MouseUp(object sender, MouseButtonEventArgs e)
 {
     if (this.ListViewAccessionOrders.SelectedItem != null)
     {
         YellowstonePathology.UI.Login.FinalizeAccession.PatientDemographicsPath patientDemographicsPath = new FinalizeAccession.PatientDemographicsPath(this.m_LoginUI.AccessionOrder);
         patientDemographicsPath.Start();
     }
 }