Package systole.view.tabs.results

Examples of systole.view.tabs.results.JPnlReport


            this.averageByDecade = FacadeDB.getInstance().getAveragesBroker().getAverageByPatient(this.controller.getAnalysis().getPatient());
        } catch (ExceptionDAO ex) {
            FacadeDB.getInstance().refreshSession();
            this.averageByDecade = null;
        }
        this.pnlReport = new JPnlReport(controller.getAnalysis());
        this.controller.getReportModel().addObserver(this.pnlReport);
        this.add(this.pnlReport,"Report");
        this.showEmpty();
    }
View Full Code Here

TOP

Related Classes of systole.view.tabs.results.JPnlReport

Copyright © 2018 www.massapicom. All rights reserved.
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.