Package systole.view.crud.patient.patientComponents.familyBackground

Examples of systole.view.crud.patient.patientComponents.familyBackground.ControllerViewFamilyBackground


    @Override
    protected void initFormsControls() throws ExceptionDAO {
        JDialogPatient patientForm = (JDialogPatient) this.editForm;
        this.controllerViewClinicalInfoByPatient = new ControllerViewClinicalInfoByPatient(patientForm.getTableClinicalInfo(), (Patient) this.curretnEntity, this.isEditing());
        this.controllerViewFamilyBackground = new ControllerViewFamilyBackground(patientForm.getjTableBackground(), (Patient) this.curretnEntity, this.isEditing());
        this.controllerViewMedicineByPatient = new ControllerViewMedicineByPatient(patientForm.getTableMedicinesList(), (Patient) this.curretnEntity, this.isEditing());
        this.controllerViewPathologyByPatient = new ControllerViewPathologyByPatient(patientForm.getTablePathologiesList(), (Patient) this.curretnEntity, this.isEditing());
        this.controllerViewSportByPatient = new ControllerViewSportByPatient(patientForm.getTableSportsList(), (Patient) this.curretnEntity, this.isEditing());
        this.controllerViewSurgeryByPatient = new ControllerViewSurgeryByPatient(patientForm.getTableSurgeriesList(), (Patient) this.curretnEntity, this.isEditing());
View Full Code Here

TOP

Related Classes of systole.view.crud.patient.patientComponents.familyBackground.ControllerViewFamilyBackground

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.