Examples of DiseaseLocal


Examples of clips.delegate.doctor.DiseaseLocal

        @Override
        protected List<SerRenLocal> init() throws Exception {
            List<SerRenLocal> res = new ArrayList<SerRenLocal>();
            for(ServiceRenderDetails d: getBean().getAccomplichedSerrenList()) {
                res.add(new SerRenLocal(new DiseaseLocal(getDiseaseLocal().getEmcLocal(), d.diseaseID, getAuditListener()), d, getAuditListener()));
            }
            return res;
        }
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.