Ejemplo n.º 1
0
        public XElement GetLeukemiaLymphomaReportDocument(string masterAccessionNo)
        {
            FlowAccessionGateway gateway        = new FlowAccessionGateway();
            XElement             reportDocument = gateway.GetReportDocument(masterAccessionNo);

            return(reportDocument);
        }
Ejemplo n.º 2
0
 public XElement GetLeukemiaLymphomaReportDocument(string masterAccessionNo)
 {
     FlowAccessionGateway gateway = new FlowAccessionGateway();
     XElement reportDocument = gateway.GetReportDocument(masterAccessionNo);
     return reportDocument;
 }