Package clips.doctor.sicklist.dialogs

Examples of clips.doctor.sicklist.dialogs.SicklistDiagnosComboboxModel


    public PanelPrescriptionDlo(PageContainer container, PrescriptionDloLocal pl, ClientLocal client) throws ClipsException {
        super(container);
        initComponents();
        this.prescription = pl;

        diagModel = new SicklistDiagnosComboboxModel(client);
    cbDiagOpen.setModel(diagModel);

        comModel = new PrescriptionDloComitteeComboboxModel(client);
    cbKek.setModel(comModel);
View Full Code Here

TOP

Related Classes of clips.doctor.sicklist.dialogs.SicklistDiagnosComboboxModel

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.