Example #1
0
 protected override void ShowResultPage()
 {
     this.m_WomensHealthProfilePage           = new Test.WomensHealthProfilePage(this.m_AccessionOrder, this.m_ClientOrder, this.m_BackButtonVisibility);
     this.m_WomensHealthProfilePage.Finished += new Test.WomensHealthProfilePage.FinishedEventHandler(WomensHealthProfilePage_Finished);
     this.m_WomensHealthProfilePage.Back     += new Test.WomensHealthProfilePage.BackEventHandler(WomensHealthProfilePage_Back);
     this.m_PageNavigator.Navigate(this.m_WomensHealthProfilePage);
 }
 protected override void ShowResultPage()
 {
     this.m_WomensHealthProfilePage = new Test.WomensHealthProfilePage(this.m_AccessionOrder, this.m_ClientOrder, this.m_BackButtonVisibility);
     this.m_WomensHealthProfilePage.Finished += new Test.WomensHealthProfilePage.FinishedEventHandler(WomensHealthProfilePage_Finished);
     this.m_WomensHealthProfilePage.Back += new Test.WomensHealthProfilePage.BackEventHandler(WomensHealthProfilePage_Back);
     this.m_PageNavigator.Navigate(this.m_WomensHealthProfilePage);
 }
 protected override void ShowResultPage()
 {
     YellowstonePathology.Business.Test.WomensHealthProfile.WomensHealthProfileTest womensHealthProfileTest = new Business.Test.WomensHealthProfile.WomensHealthProfileTest();
     YellowstonePathology.Business.Test.WomensHealthProfile.WomensHealthProfileTestOrder womensHealthProfileTestOrder = (YellowstonePathology.Business.Test.WomensHealthProfile.WomensHealthProfileTestOrder)this.m_AccessionOrder.PanelSetOrderCollection.GetPanelSetOrder(womensHealthProfileTest.PanelSetId);
     this.m_WomensHealthProfilePage = new Test.WomensHealthProfilePage(womensHealthProfileTestOrder, this.m_AccessionOrder, this.m_ClientOrder, this.m_BackButtonVisibility);
     this.m_WomensHealthProfilePage.Finished += new Test.WomensHealthProfilePage.FinishedEventHandler(WomensHealthProfilePage_Finished);
     this.m_WomensHealthProfilePage.Back += new Test.WomensHealthProfilePage.BackEventHandler(WomensHealthProfilePage_Back);
     this.m_PageNavigator.Navigate(this.m_WomensHealthProfilePage);
 }
 protected override void ShowResultPage()
 {
     YellowstonePathology.Business.Test.WomensHealthProfile.WomensHealthProfileTest      womensHealthProfileTest      = new Business.Test.WomensHealthProfile.WomensHealthProfileTest();
     YellowstonePathology.Business.Test.WomensHealthProfile.WomensHealthProfileTestOrder womensHealthProfileTestOrder = (YellowstonePathology.Business.Test.WomensHealthProfile.WomensHealthProfileTestOrder) this.m_AccessionOrder.PanelSetOrderCollection.GetPanelSetOrder(womensHealthProfileTest.PanelSetId);
     this.m_WomensHealthProfilePage           = new Test.WomensHealthProfilePage(womensHealthProfileTestOrder, this.m_AccessionOrder, this.m_ClientOrder, this.m_BackButtonVisibility);
     this.m_WomensHealthProfilePage.Finished += new Test.WomensHealthProfilePage.FinishedEventHandler(WomensHealthProfilePage_Finished);
     this.m_WomensHealthProfilePage.Back     += new Test.WomensHealthProfilePage.BackEventHandler(WomensHealthProfilePage_Back);
     this.m_PageNavigator.Navigate(this.m_WomensHealthProfilePage);
 }