Package systole.view.crud.patient

Examples of systole.view.crud.patient.ControllerPatientEdition.newEntity()


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

    /**
     * Action to add a new medic
View Full Code Here

TOP
Copyright © 2018 www.massapi.com. 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.