Package clips.doctor.contraindication

Examples of clips.doctor.contraindication.PanelContraindicationList


        super(parent, delegate);
    }

    @Override
    protected PanelContraindicationList initPanel(ContraindicationList delegate, PageContainer pageContainer) throws ClipsException {
        return new PanelContraindicationList(pageContainer, delegate.getClientLocal());
    }
View Full Code Here


}//GEN-LAST:event_formWindowClosed

private void btcontraindicationsActionPerformed(java.awt.event.ActionEvent evt) {//GEN-FIRST:event_btcontraindicationsActionPerformed
        try {
            EmptyDialog dialog = new EmptyDialog(this, "Непереносимость", getAuditManager());
            PanelContraindicationList panel = new PanelContraindicationList(dialog, checkUp.getSerrenLocal().getPolisData().getClient(getAuditManager()));
            dialog.addNewPage(panel, null);
                        dialog.setVisible(true);                                                  
        } catch (ClipsException ex) {
            ex.printStackTrace();
        }
View Full Code Here

TOP

Related Classes of clips.doctor.contraindication.PanelContraindicationList

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.