コード例 #1
0
ファイル: BillingPath.cs プロジェクト: waffle-iron/YPILIS
 private void BillingPage_ShowICDCodeEntry(object sender, CustomEventArgs.AccessionOrderWithTrackerReturnEventArgs e)
 {
     YellowstonePathology.UI.Login.ICDEntryPage icdEntryPage = new YellowstonePathology.UI.Login.ICDEntryPage(e.AccessionOrder, this.m_ReportSearchList.CurrentReportSearchItem.ReportNo);
     icdEntryPage.Next += new Login.ICDEntryPage.NextEventHandler(IcdEntryPage_Next);
     this.m_BillingWindowPrimary.PageNavigator.Navigate(icdEntryPage);
 }
コード例 #2
0
ファイル: BillingPath.cs プロジェクト: ericramses/YPILIS
 private void BillingPage_ShowICDCodeEntry(object sender, CustomEventArgs.AccessionOrderWithTrackerReturnEventArgs e)
 {
     YellowstonePathology.UI.Login.ICDEntryPage icdEntryPage = new YellowstonePathology.UI.Login.ICDEntryPage(e.AccessionOrder, this.m_ReportSearchList.CurrentReportSearchItem.ReportNo);
     icdEntryPage.Next += new Login.ICDEntryPage.NextEventHandler(IcdEntryPage_Next);
     this.m_BillingWindowPrimary.PageNavigator.Navigate(icdEntryPage);
 }