Package systole.view.crud.patient

Examples of systole.view.crud.patient.ControllerPatientEdition


    /**
     * Action to add a new patient
     */
    @Action
    public void addPatient() {
        ControllerPatientEdition controllerPatientEdition = new ControllerPatientEdition();
        controllerPatientEdition.newEntity();
        this.loadPatient();
    }
View Full Code Here

TOP

Related Classes of systole.view.crud.patient.ControllerPatientEdition

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.