public XElement GetLeukemiaLymphomaReportDocument(string masterAccessionNo)
        {
            FlowAccessionGateway gateway        = new FlowAccessionGateway();
            XElement             reportDocument = gateway.GetReportDocument(masterAccessionNo);

            return(reportDocument);
        }
 public XElement GetLeukemiaLymphomaReportDocument(string masterAccessionNo)
 {
     FlowAccessionGateway gateway = new FlowAccessionGateway();
     XElement reportDocument = gateway.GetReportDocument(masterAccessionNo);
     return reportDocument;
 }