Package clips.analysis.laboratory

Examples of clips.analysis.laboratory.PanelAnalyse


                    break;
                case ModalDialog.DLG_NEXTRESULT:
                    //в лабораторию
                    trySincShedule(shedule);
                    if (!shedule.getCheckupSet().isEmpty()){
                        PanelAnalyse panelAnalyse = new PanelAnalyse(getContainer(), shedule);
                        PageGeneric page = getContainer().addNewPage(panelAnalyse, null);
                        getContainer().activatePage(page);
                    } else{
                        MessageBox.showWarning("Панель "+PanelAnalyse.class.getSimpleName()+
                                " не может быть открыта \n т.к. в расписание не включены анализы!");
View Full Code Here

TOP

Related Classes of clips.analysis.laboratory.PanelAnalyse

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.