Example #1
0
 public void SetByPathologistId(int pathologistId)
 {
     this.m_SearchType = FlowLogListSearchTypeEnum.GetByPathologistId;
     this.m_Parameter  = pathologistId;
 }
Example #2
0
 public void SetByPatientName(string patientName)
 {
     this.m_SearchType = FlowLogListSearchTypeEnum.GetByPatientName;
     this.m_Parameter  = patientName;
 }
Example #3
0
 public void SetByAccessionMonth(DateTime date)
 {
     this.m_SearchType = FlowLogListSearchTypeEnum.GetByAccessionMonth;
     this.m_Parameter  = date;
 }
Example #4
0
 public void SetByReportNo(string reportNo)
 {
     this.m_SearchType = FlowLogListSearchTypeEnum.GetByReportNo;
     this.m_Parameter  = reportNo;
 }
Example #5
0
 public void SetByTestType(int testId)
 {
     this.m_SearchType = FlowLogListSearchTypeEnum.GetByTestType;
     this.m_Parameter  = testId;
 }
Example #6
0
 public void SetByLeukemiaNotFinal()
 {
     this.m_SearchType = FlowLogListSearchTypeEnum.GetByLeukemiaNotFinal;
 }