private void HandlePQRS()
 {
     this.SetWindowButtonVisibility();
     Business.Audit.Model.PQRSIsRequiredAudit pqrsIsRequiredAudit = this.m_PathologistSignoutAuditCollection.GetPQRSIsRequiredAudit();
     YellowstonePathology.Business.Test.Surgical.SurgicalSpecimen surgicalSpecimen = pqrsIsRequiredAudit.SurgicalSpecimen;
     YellowstonePathology.Business.Surgical.PQRSMeasure           pqrsMeasure      = pqrsIsRequiredAudit.PQRSMeasure;
     if (this.m_PQRSSignoutPage == null)
     {
         this.m_PQRSSignoutPage        = new PQRSSignoutPage(pqrsMeasure, surgicalSpecimen, this.m_SurgicalTestOrder, this.m_AccessionOrder, this.m_BackButtonVisibility, this.m_NextButtonVisibility);
         this.m_PQRSSignoutPage.Next  += this.MoveForward;
         this.m_PQRSSignoutPage.Back  += this.MoveBack;
         this.m_PQRSSignoutPage.Close += this.CloseDialog;
     }
     this.m_PathologistSignoutDialog.PageNavigator.Navigate(this.m_PQRSSignoutPage);
 }
 private void HandlePQRS()
 {
     this.SetWindowButtonVisibility();
     Business.Audit.Model.PQRSIsRequiredAudit pqrsIsRequiredAudit = this.m_PathologistSignoutAuditCollection.GetPQRSIsRequiredAudit();
     YellowstonePathology.Business.Test.Surgical.SurgicalSpecimen surgicalSpecimen = pqrsIsRequiredAudit.SurgicalSpecimen;
     YellowstonePathology.Business.Surgical.PQRSMeasure pqrsMeasure = pqrsIsRequiredAudit.PQRSMeasure;
     if (this.m_PQRSSignoutPage == null)
     {
         this.m_PQRSSignoutPage = new PQRSSignoutPage(pqrsMeasure, surgicalSpecimen, this.m_SurgicalTestOrder, this.m_AccessionOrder, this.m_BackButtonVisibility, this.m_NextButtonVisibility);
         this.m_PQRSSignoutPage.Next += this.MoveForward;
         this.m_PQRSSignoutPage.Back +=this.MoveBack;
         this.m_PQRSSignoutPage.Close += this.CloseDialog;
     }
     this.m_PathologistSignoutDialog.PageNavigator.Navigate(this.m_PQRSSignoutPage);
 }