Package clips.doctor.prescription

Examples of clips.doctor.prescription.TableModelPrescription


        creater.finish();
    }
   
    public TableModel getItemsTableModel() throws ClipsException {
        boolean canBeEdit = getSerrenLocal().canReadMedicalData();
        TableModelPrescription model = new TableModelPrescription(getPrescriptionItemList(), canBeEdit);
        return model;
    }
View Full Code Here

TOP

Related Classes of clips.doctor.prescription.TableModelPrescription

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.