Package clips.delegate.doctor.checkup.shedule

Examples of clips.delegate.doctor.checkup.shedule.CheckupSheduleLocal.restore()


                        individualAnalyse(dialog.getIndividualCheckUp(), shedule);
                    }
                    break;
                case ModalDialog.DLG_CANCEL:
                    //отмена
                    shedule.restore();//откатим шедулю
                    break;
                case ModalDialog.DLG_NEXTRESULT:
                    //в лабораторию
                    trySincShedule(shedule);
                    if (!shedule.getCheckupSet().isEmpty()){
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.