コード例 #1
0
ファイル: CaseDocument.cs プロジェクト: WilliamCopland/YPILIS
 public CaseDocument(string reportNo, YellowstonePathology.YpiConnect.Contract.CaseDocumentTypeEnum caseDocumentType)
 {
     this.m_ReportNo = reportNo;
     this.m_CaseDocumentType = caseDocumentType;
     this.m_FileTransferServiceProxy = new YpiConnect.Proxy.FileTransferServiceProxy();
     this.m_IsDownloaded = false;
 }
コード例 #2
0
 public CaseDocument(string reportNo, YellowstonePathology.YpiConnect.Contract.CaseDocumentTypeEnum caseDocumentType)
 {
     this.m_ReportNo                 = reportNo;
     this.m_CaseDocumentType         = caseDocumentType;
     this.m_FileTransferServiceProxy = new YpiConnect.Proxy.FileTransferServiceProxy();
     this.m_IsDownloaded             = false;
 }
コード例 #3
0
ファイル: ReportBrowserUI.cs プロジェクト: waffle-iron/YPILIS
 public ReportBrowserUI()
 {
     this.m_SearchServiceProxy       = new YpiConnect.Proxy.SearchServiceProxy();
     this.m_FileTransferServiceProxy = new YpiConnect.Proxy.FileTransferServiceProxy();
 }