Package clips.doctor.profcheckup.item

Examples of clips.doctor.profcheckup.item.PanelProfcheckupItemsList


            return new PanelMedexamEdit(pageContainer, client, delegate.getMedexamLocal());
        }
        if (delegate.isProfcheckup()){
            ProfcheckupSearchLocal search = new ProfcheckupSearchLocal(new AuditManager());
            List<ProfcheckupItemLocal> items = search.getItemsBy(delegate);
            return new PanelProfcheckupItemsList(pageContainer, items);
        }
        return new PanelDisease(pageContainer, client, delegate);
    }
View Full Code Here

TOP

Related Classes of clips.doctor.profcheckup.item.PanelProfcheckupItemsList

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.