Esempio n. 1
0
 public void PrintCaseList(string description, DateTime printDate, YellowstonePathology.Business.Search.ReportSearchList selectedItemList)
 {
     YellowstonePathology.Business.MolecularTesting.CaseList report = new YellowstonePathology.Business.MolecularTesting.CaseList();
     report.Print(selectedItemList, description, printDate);
 }
Esempio n. 2
0
 public void PrintCaseList(string description, DateTime printDate, YellowstonePathology.Business.Search.ReportSearchList selectedItemList)
 {
     YellowstonePathology.Business.MolecularTesting.CaseList report = new YellowstonePathology.Business.MolecularTesting.CaseList();
     report.Print(selectedItemList, description, printDate);
 }