Package beans.doctor.checkup.shedule

Examples of beans.doctor.checkup.shedule.CheckupShedule


        } else {
            checkCommandAccessibility(COMMAND_MODIFY);
        }
        CheckupDetails d = (CheckupDetails) details;
        ServiceRender sr = findEntity(ServiceRender.class, d.serviceRenderID);
        CheckupShedule cs = entity.getCheckupShedule();
           
        /*if(entity.getId() == 0) {
            //never use client date +
            Дата - дата взятия проб - берется с клиента
            entity.setDate(new Date());
View Full Code Here

TOP

Related Classes of beans.doctor.checkup.shedule.CheckupShedule

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.