private void HyperLinkShowDocument_Click(object sender, RoutedEventArgs e) { YellowstonePathology.Business.Test.BCRABLByFish.BCRABLByFishWordDocument report = new YellowstonePathology.Business.Test.BCRABLByFish.BCRABLByFishWordDocument(this.m_AccessionOrder, this.m_PanelSetOrder, Business.Document.ReportSaveModeEnum.Draft); report.Render(); YellowstonePathology.Business.OrderIdParser orderIdParser = new Business.OrderIdParser(this.m_PanelSetOrder.ReportNo); string fileName = YellowstonePathology.Business.Document.CaseDocument.GetDraftDocumentFilePath(orderIdParser); YellowstonePathology.Business.Document.CaseDocument.OpenWordDocumentWithWordViewer(fileName); }
private void HyperLinkShowDocument_Click(object sender, RoutedEventArgs e) { YellowstonePathology.Business.Test.BCRABLByFish.BCRABLByFishWordDocument report = new YellowstonePathology.Business.Test.BCRABLByFish.BCRABLByFishWordDocument(this.m_AccessionOrder, this.m_PanelSetOrder, Business.Document.ReportSaveModeEnum.Draft); report.Render(); YellowstonePathology.Business.Document.CaseDocument.OpenWordDocumentWithWord(report.SaveFileName); }