Package clips.doctor.profcheckup.checkup

Examples of clips.doctor.profcheckup.checkup.PanelProfcheckupView


            ArrayList<ProfcheckupItemLocal> items = pl.getItems();
            if (items.isEmpty()) {
                MessageBox.showError(MessageBox.E_MAKE_FUCKING_EXCEPTION, "Профосмотр пуст, просмотр невозможен!");
                return;
            }
            PanelProfcheckupView panelProfcheckup = new PanelProfcheckupView(getContainer(),
                    pl.getItems().get(0).getPolisData().getContract(),
                    pl);
            PageGeneric page = getContainer().addNewPage(panelProfcheckup, null);
            getContainer().activatePage(page);
        } catch (PageException ex) {
View Full Code Here

TOP

Related Classes of clips.doctor.profcheckup.checkup.PanelProfcheckupView

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.