예제 #1
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;
 }
예제 #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
 public ReportBrowserUI()
 {
     this.m_SearchServiceProxy       = new YpiConnect.Proxy.SearchServiceProxy();
     this.m_FileTransferServiceProxy = new YpiConnect.Proxy.FileTransferServiceProxy();
 }