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